Html Css Color HEX #229672 Elf Green

📋 copy color: '#229672'

red 34 ◦ green 150 ◦ blue 114

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

Shades of Elf Green #229672

Tints of Elf Green #229672

RGB

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

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

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

R = 11.41%
G = 50.34%
B = 38.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#229672 (or 0x229672) is known color: Elf Green. HEX triplet: 22, 96 and 72. RGB value is (34,150,114). Sum of RGB (Red+Green+Blue) = 34+150+114=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #229672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229672 is #DD698D. Grayscale: #6F6F6F. Windows color (decimal): -14510478 or 7509538. OLE color: 7509538.

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

Color convert

RGB 34 150 114 -
CMYK 0.77 0 0.24 0.41
HSL 161.38º 0.63% 0.36% -
HSV(B) 161.38º 0.77% 0.59% -
XYZ 14.6 23.37 19.66 -
YUV 111.21 129.57 72.93 -
System Red Green Blue C M Y K H S L
Decimal 34 150 114 0.77 0 0.24 0.41 161.38 0.63 0.36
Hex 22 96 72 4D 0 18 29 A1 3F 24
Octal 42 226 162 115 0 30 51 241 77 44
Binary 100010 10010110 1110010 1001101 0 11000 101001 10100001 111111 100100

Color Harmonies of #229672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229672

Black with #229672

Text Example


Text Example

White with #229672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229672; }

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

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

background-color css

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

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

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

border-color css

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

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

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