#229F70

Color #229F70 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #229F70

Tints of Elf Green #229F70

Color information

#229F70 (or 0x229F70) is unknown color: approx 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

RGB34159112-
CMYK0.7900.300.38
HSL157.44º64.77%37.84%-
HSV(B)157.44º78.62%62.35%-
XYZ15.9826.3119.56-
YUV116.27125.5969.32-

RGB Variations

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

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 (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal341591120.7900.300.38157.4464.7737.84
Hex229F704F01E269d4126
Octal422371601170364623510146
Binary1000101001111111100001001111011110100110100111011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>