#229276

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

Shades of Elf Green #229276

Tints of Elf Green #229276

Color information

#229276 (or 0x229276) is unknown color: approx Elf Green. HEX triplet: 22, 92 and 76. RGB value is (34,146,118). Sum of RGB (Red+Green+Blue) = 34+146+118=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #229276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229276 is #DD6D89. Grayscale: #6D6D6D. Windows color (decimal): -14511498 or 7770658. OLE color: 7770658.

HSL color Cylindrical-coordinate representation of color #229276: hue angle of 165º 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 #229276 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB34146118-
CMYK0.7700.190.43
HSL165º62.22%35.29%-
HSV(B)165º76.71%57.25%-
XYZ14.2122.2120.68-
YUV109.32132.8974.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.41%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=11.41%
G=48.99%
B=39.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341461180.7700.190.4316562.2235.29
Hex2292764D0132Ba53e23
Octal42222166115023532457643
Binary100010100100101110110100110101001110101110100101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229276; }

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

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

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

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

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

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

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

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