Html Css Color HEX #209672 Elf Green

📋 copy color: '#209672'

red 32 ◦ green 150 ◦ blue 114

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

Shades of Elf Green #209672

Tints of Elf Green #209672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.68%

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

R = 10.81%
G = 50.68%
B = 38.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#209672 (or 0x209672) is known color: Elf Green. HEX triplet: 20, 96 and 72. RGB value is (32,150,114). Sum of RGB (Red+Green+Blue) = 32+150+114=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #209672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209672 is #DF698D. Grayscale: #6E6E6E. Windows color (decimal): -14641550 or 7509536. OLE color: 7509536.

HSL color Cylindrical-coordinate representation of color #209672: hue angle of 161.69º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209672 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 150 114 -
CMYK 0.79 0 0.24 0.41
HSL 161.69º 0.65% 0.36% -
HSV(B) 161.69º 0.79% 0.59% -
XYZ 14.54 23.33 19.66 -
YUV 110.61 129.91 71.93 -
System Red Green Blue C M Y K H S L
Decimal 32 150 114 0.79 0 0.24 0.41 161.69 0.65 0.36
Hex 20 96 72 4F 0 18 29 A2 41 24
Octal 40 226 162 117 0 30 51 242 101 44
Binary 100000 10010110 1110010 1001111 0 11000 101001 10100010 1000001 100100

Color Harmonies of #209672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209672

Black with #209672

Text Example


Text Example

White with #209672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209672; }

 p { color: rgb(32,150,114); }

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

background-color css

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

 a { background-color: rgb(32,150,114); }

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

border-color css

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

 span { border-color: rgb(32,150,114); }

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