#229564

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

Shades of Elf Green #229564

Tints of Elf Green #229564

Color information

#229564 (or 0x229564) is unknown color: approx Elf Green. HEX triplet: 22, 95 and 64. RGB value is (34,149,100). Sum of RGB (Red+Green+Blue) = 34+149+100=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #229564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229564 is #DD6A9B. Grayscale: #6D6D6D. Windows color (decimal): -14510748 or 6591778. OLE color: 6591778.

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

Color convert

RGB34149100-
CMYK0.7700.330.42
HSL154.43º62.84%35.88%-
HSV(B)154.43º77.18%58.43%-
XYZ13.7122.7615.73-
YUV109.03122.974.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.01%
GREEN value IS 149 (58.59% from 255) = 52.65%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=12.01%
G=52.65%
B=35.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341491000.7700.330.42154.4362.8435.88
Hex2295644D0212A9a3f24
Octal42225144115041522327744
Binary1000101001010111001001001101010000110101010011010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229564; }

 p { color: rgb(34,149,100); }

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

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

 a { background-color: rgb(34,149,100); }

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

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

 span { border-color: rgb(34,149,100); }

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