Html Css Color HEX #208870 Elf Green

📋 copy color: '#208870'

red 32 ◦ green 136 ◦ blue 112

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

Shades of Elf Green #208870

Tints of Elf Green #208870

RGB

 RED value IS 32 (12.89% from 255) = 11.43%

 GREEN value IS 136 (53.52% from 255) = 48.57%

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

R = 11.43%
G = 48.57%
B = 40%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#208870 (or 0x208870) is known color: Elf Green. HEX triplet: 20, 88 and 70. RGB value is (32,136,112). Sum of RGB (Red+Green+Blue) = 32+136+112=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #208870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208870 is #DF778F. Grayscale: #666666. Windows color (decimal): -14645136 or 7374880. OLE color: 7374880.

HSL color Cylindrical-coordinate representation of color #208870: hue angle of 166.15º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208870 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 136 112 -
CMYK 0.76 0 0.18 0.47
HSL 166.15º 0.62% 0.33% -
HSV(B) 166.15º 0.76% 0.53% -
XYZ 12.32 19.09 18.36 -
YUV 102.17 133.54 77.95 -
System Red Green Blue C M Y K H S L
Decimal 32 136 112 0.76 0 0.18 0.47 166.15 0.62 0.33
Hex 20 88 70 4C 0 12 2F A6 3E 21
Octal 40 210 160 114 0 22 57 246 76 41
Binary 100000 10001000 1110000 1001100 0 10010 101111 10100110 111110 100001

Color Harmonies of #208870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208870

Black with #208870

Text Example


Text Example

White with #208870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208870; }

 p { color: rgb(32,136,112); }

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

background-color css

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

 a { background-color: rgb(32,136,112); }

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

border-color css

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

 span { border-color: rgb(32,136,112); }

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