#229476

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

Shades of Elf Green #229476

Tints of Elf Green #229476

Color information

#229476 (or 0x229476) is unknown color: approx Elf Green. HEX triplet: 22, 94 and 76. RGB value is (34,148,118). Sum of RGB (Red+Green+Blue) = 34+148+118=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #229476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229476 is #DD6B89. Grayscale: #6E6E6E. Windows color (decimal): -14510986 or 7771170. OLE color: 7771170.

HSL color Cylindrical-coordinate representation of color #229476: hue angle of 164.21º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229476 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB34148118-
CMYK0.7700.200.42
HSL164.21º62.64%35.69%-
HSV(B)164.21º77.03%58.04%-
XYZ14.5222.8320.78-
YUV110.49132.2373.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.33%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=11.33%
G=49.33%
B=39.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341481180.7700.200.42164.2162.6435.69
Hex2294764D0142Aa43f24
Octal42224166115024522447744
Binary100010100101001110110100110101010010101010100100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229476; }

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

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

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

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

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

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

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

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