#229264

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

Shades of Elf Green #229264

Tints of Elf Green #229264

Color information

#229264 (or 0x229264) is unknown color: approx Elf Green. HEX triplet: 22, 92 and 64. RGB value is (34,146,100). Sum of RGB (Red+Green+Blue) = 34+146+100=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #229264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229264 is #DD6D9B. Grayscale: #6B6B6B. Windows color (decimal): -14511516 or 6591010. OLE color: 6591010.

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

Color convert

RGB34146100-
CMYK0.7700.320.43
HSL155.36º62.22%35.29%-
HSV(B)155.36º76.71%57.25%-
XYZ13.2421.8215.57-
YUV107.27123.8975.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.14%
GREEN value IS 146 (57.42% from 255) = 52.14%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=12.14%
G=52.14%
B=35.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341461000.7700.320.43155.3662.2235.29
Hex2292644D0202B9b3e23
Octal42222144115040532337643
Binary1000101001001011001001001101010000010101110011011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229264; }

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

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

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

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

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

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

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

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