#288B74

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

Shades of Elf Green #288B74

Tints of Elf Green #288B74

Color information

#288B74 (or 0x288B74) is unknown color: approx Elf Green. HEX triplet: 28, 8B and 74. RGB value is (40,139,116). Sum of RGB (Red+Green+Blue) = 40+139+116=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #288B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B74 is #D7748B. Grayscale: #6A6A6A. Windows color (decimal): -14120076 or 7637800. OLE color: 7637800.

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

Color convert

RGB40139116-
CMYK0.7100.170.45
HSL166.06º55.31%35.1%-
HSV(B)166.06º71.22%54.51%-
XYZ13.2620.1819.72-
YUV106.78133.280.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=13.56%
G=47.12%
B=39.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401391160.7100.170.45166.0655.3135.1
Hex288B74470112Da63723
Octal50213164107021552466743
Binary101000100010111110100100011101000110110110100110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288B74; }

 p { color: rgb(40,139,116); }

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

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

 a { background-color: rgb(40,139,116); }

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

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

 span { border-color: rgb(40,139,116); }

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