#229272

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

Shades of Elf Green #229272

Tints of Elf Green #229272

Color information

#229272 (or 0x229272) is unknown color: approx Elf Green. HEX triplet: 22, 92 and 72. RGB value is (34,146,114). Sum of RGB (Red+Green+Blue) = 34+146+114=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #229272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229272 is #DD6D8D. Grayscale: #6C6C6C. Windows color (decimal): -14511502 or 7508514. OLE color: 7508514.

HSL color Cylindrical-coordinate representation of color #229272: hue angle of 162.86º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229272 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB34146114-
CMYK0.7700.220.43
HSL162.86º62.22%35.29%-
HSV(B)162.86º76.71%57.25%-
XYZ13.9822.1119.45-
YUV108.86130.8974.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.56%
GREEN value IS 146 (57.42% from 255) = 49.66%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=11.56%
G=49.66%
B=38.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341461140.7700.220.43162.8662.2235.29
Hex2292724D0162Ba33e23
Octal42222162115026532437643
Binary100010100100101110010100110101011010101110100011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229272; }

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

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

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

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

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

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

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

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