#288866

Color #288866 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #288866

Tints of Elf Green #288866

Color information

#288866 (or 0x288866) is unknown color: approx Elf Green. HEX triplet: 28, 88 and 66. RGB value is (40,136,102). Sum of RGB (Red+Green+Blue) = 40+136+102=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #288866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288866 is #D77799. Grayscale: #676767. Windows color (decimal): -14120858 or 6719528. OLE color: 6719528.

HSL color Cylindrical-coordinate representation of color #288866: hue angle of 158.75º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288866 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB40136102-
CMYK0.7100.250.47
HSL158.75º54.55%34.51%-
HSV(B)158.75º70.59%53.33%-
XYZ12.0819.0215.6-
YUV103.42127.282.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 136 (53.52% from 255) = 48.92%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=14.39%
G=48.92%
B=36.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401361020.7100.250.47158.7554.5534.51
Hex288866470192F9f3723
Octal50210146107031572376743
Binary101000100010001100110100011101100110111110011111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288866; }

 p { color: rgb(40,136,102); }

 H1.HeaderClassName
 {
   color: #288866;
 }
 .AnyTagClassName
 {
   color: #288866;
 }
</style>
background-color css

<style>
 a { background-color: #288866; }

 a { background-color: rgb(40,136,102); }

 div.DivClassName
 {
   background-color: #288866;
 }
 .BgClassName
 {
   background-color: #288866;
 }
</style>
border-color css

<style>
 span { border-color: #288866; }

 span { border-color: rgb(40,136,102); }

 td.TdClassName
 {
   border-color: #288866;
 }
 .TagClassName
 {
   border-color: #288866;
 }
</style>