Html Css Color HEX #229972 Elf Green

📋 copy color: '#229972'

red 34 ◦ green 153 ◦ blue 114

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

Shades of Elf Green #229972

Tints of Elf Green #229972

RGB

 RED value IS 34 (13.67% from 255) = 11.3%

 GREEN value IS 153 (60.16% from 255) = 50.83%

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

R = 11.3%
G = 50.83%
B = 37.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#229972 (or 0x229972) is known color: Elf Green. HEX triplet: 22, 99 and 72. RGB value is (34,153,114). Sum of RGB (Red+Green+Blue) = 34+153+114=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #229972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229972 is #DD668D. Grayscale: #717171. Windows color (decimal): -14509710 or 7510306. OLE color: 7510306.

HSL color Cylindrical-coordinate representation of color #229972: hue angle of 160.34º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229972 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 153 114 -
CMYK 0.78 0 0.25 0.4
HSL 160.34º 0.64% 0.37% -
HSV(B) 160.34º 0.78% 0.6% -
XYZ 15.09 24.34 19.82 -
YUV 112.97 128.58 71.67 -
System Red Green Blue C M Y K H S L
Decimal 34 153 114 0.78 0 0.25 0.4 160.34 0.64 0.37
Hex 22 99 72 4E 0 19 28 A0 40 25
Octal 42 231 162 116 0 31 50 240 100 45
Binary 100010 10011001 1110010 1001110 0 11001 101000 10100000 1000000 100101

Color Harmonies of #229972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229972

Black with #229972

Text Example


Text Example

White with #229972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229972; }

 p { color: rgb(34,153,114); }

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

background-color css

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

 a { background-color: rgb(34,153,114); }

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

border-color css

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

 span { border-color: rgb(34,153,114); }

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