Html Css Color HEX #288770 Elf Green

📋 copy color: '#288770'

red 40 ◦ green 135 ◦ blue 112

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

Shades of Elf Green #288770

Tints of Elf Green #288770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.04%

 BLUE value IS 112 (44.14% from 255) = 39.02%

R = 13.94%
G = 47.04%
B = 39.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#288770 (or 0x288770) is known color: Elf Green. HEX triplet: 28, 87 and 70. RGB value is (40,135,112). Sum of RGB (Red+Green+Blue) = 40+135+112=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #288770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288770 is #D7788F. Grayscale: #676767. Windows color (decimal): -14121104 or 7374632. OLE color: 7374632.

HSL color Cylindrical-coordinate representation of color #288770: hue angle of 165.47º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288770 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 135 112 -
CMYK 0.70 0 0.17 0.47
HSL 165.47º 0.54% 0.34% -
HSV(B) 165.47º 0.7% 0.53% -
XYZ 12.46 18.95 18.33 -
YUV 103.97 132.53 82.37 -
System Red Green Blue C M Y K H S L
Decimal 40 135 112 0.70 0 0.17 0.47 165.47 0.54 0.34
Hex 28 87 70 46 0 11 2F A5 36 22
Octal 50 207 160 106 0 21 57 245 66 42
Binary 101000 10000111 1110000 1000110 0 10001 101111 10100101 110110 100010

Color Harmonies of #288770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288770

Black with #288770

Text Example


Text Example

White with #288770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288770; }

 p { color: rgb(40,135,112); }

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

background-color css

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

 a { background-color: rgb(40,135,112); }

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

border-color css

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

 span { border-color: rgb(40,135,112); }

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