Html Css Color HEX #288972 Elf Green

📋 copy color: '#288972'

red 40 ◦ green 137 ◦ blue 114

#288972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #288972

Tints of Elf Green #288972

RGB

 RED value IS 40 (16.02% from 255) = 13.75%

 GREEN value IS 137 (53.91% from 255) = 47.08%

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 13.75%
G = 47.08%
B = 39.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#288972 (or 0x288972) is known color: Elf Green. HEX triplet: 28, 89 and 72. RGB value is (40,137,114). Sum of RGB (Red+Green+Blue) = 40+137+114=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #288972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288972 is #D7768D. Grayscale: #696969. Windows color (decimal): -14120590 or 7506216. OLE color: 7506216.

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

Color convert

RGB 40 137 114 -
CMYK 0.71 0 0.17 0.46
HSL 165.77º 0.55% 0.35% -
HSV(B) 165.77º 0.71% 0.54% -
XYZ 12.86 19.56 19.02 -
YUV 105.38 132.86 81.37 -
System Red Green Blue C M Y K H S L
Decimal 40 137 114 0.71 0 0.17 0.46 165.77 0.55 0.35
Hex 28 89 72 47 0 11 2E A6 37 23
Octal 50 211 162 107 0 21 56 246 67 43
Binary 101000 10001001 1110010 1000111 0 10001 101110 10100110 110111 100011

Color Harmonies of #288972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288972

Black with #288972

Text Example


Text Example

White with #288972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288972; }

 p { color: rgb(40,137,114); }

 H1.HeaderClassName
 {
   color: #288972;
 }
 .AnyTagClassName
 {
   color: #288972;
 }
</style>

background-color css

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

 a { background-color: rgb(40,137,114); }

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

border-color css

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

 span { border-color: rgb(40,137,114); }

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