#229072

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

Shades of Elf Green #229072

Tints of Elf Green #229072

Color information

#229072 (or 0x229072) is unknown color: approx Elf Green. HEX triplet: 22, 90 and 72. RGB value is (34,144,114). Sum of RGB (Red+Green+Blue) = 34+144+114=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #229072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229072 is #DD6F8D. Grayscale: #6B6B6B. Windows color (decimal): -14512014 or 7508002. OLE color: 7508002.

HSL color Cylindrical-coordinate representation of color #229072: hue angle of 163.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #229072 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB34144114-
CMYK0.7600.210.44
HSL163.64º61.8%34.9%-
HSV(B)163.64º76.39%56.47%-
XYZ13.6721.519.35-
YUV107.69131.5675.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.64%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=11.64%
G=49.32%
B=39.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341441140.7600.210.44163.6461.834.9
Hex2290724C0152Ca43e23
Octal42220162114025542447643
Binary100010100100001110010100110001010110110010100100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229072; }

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

 H1.HeaderClassName
 {
   color: #229072;
 }
 .AnyTagClassName
 {
   color: #229072;
 }
</style>
background-color css

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

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

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

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

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

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