Html Css Color HEX #209F70 Elf Green

📋 copy color: '#209F70'

red 32 ◦ green 159 ◦ blue 112

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

Shades of Elf Green #209F70

Tints of Elf Green #209F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 52.48%

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

R = 10.56%
G = 52.48%
B = 36.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#209F70 (or 0x209F70) is known color: Elf Green. HEX triplet: 20, 9F and 70. RGB value is (32,159,112). Sum of RGB (Red+Green+Blue) = 32+159+112=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #209F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F70 is #DF608F. Grayscale: #737373. Windows color (decimal): -14639248 or 7380768. OLE color: 7380768.

HSL color Cylindrical-coordinate representation of color #209F70: hue angle of 157.8º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209F70 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 159 112 -
CMYK 0.80 0 0.30 0.38
HSL 157.8º 0.66% 0.37% -
HSV(B) 157.8º 0.8% 0.62% -
XYZ 15.92 26.27 19.56 -
YUV 115.67 125.92 68.32 -
System Red Green Blue C M Y K H S L
Decimal 32 159 112 0.80 0 0.30 0.38 157.8 0.66 0.37
Hex 20 9F 70 50 0 1E 26 9E 42 25
Octal 40 237 160 120 0 36 46 236 102 45
Binary 100000 10011111 1110000 1010000 0 11110 100110 10011110 1000010 100101

Color Harmonies of #209F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209F70

Black with #209F70

Text Example


Text Example

White with #209F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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