Html Css Color HEX #229F70 Elf Green

📋 copy color: '#229F70'

red 34 ◦ green 159 ◦ blue 112

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

Shades of Elf Green #229F70

Tints of Elf Green #229F70

RGB

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

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

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

R = 11.15%
G = 52.13%
B = 36.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#229F70 (or 0x229F70) is known color: Elf Green. HEX triplet: 22, 9F and 70. RGB value is (34,159,112). Sum of RGB (Red+Green+Blue) = 34+159+112=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #229F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229F70 is #DD608F. Grayscale: #747474. Windows color (decimal): -14508176 or 7380770. OLE color: 7380770.

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

Color convert

RGB 34 159 112 -
CMYK 0.79 0 0.30 0.38
HSL 157.44º 0.65% 0.38% -
HSV(B) 157.44º 0.79% 0.62% -
XYZ 15.98 26.31 19.56 -
YUV 116.27 125.59 69.32 -
System Red Green Blue C M Y K H S L
Decimal 34 159 112 0.79 0 0.30 0.38 157.44 0.65 0.38
Hex 22 9F 70 4F 0 1E 26 9D 41 26
Octal 42 237 160 117 0 36 46 235 101 46
Binary 100010 10011111 1110000 1001111 0 11110 100110 10011101 1000001 100110

Color Harmonies of #229F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229F70

Black with #229F70

Text Example


Text Example

White with #229F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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