#22856C

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

Shades of Elf Green #22856C

Tints of Elf Green #22856C

Color information

#22856C (or 0x22856C) is unknown color: approx Elf Green. HEX triplet: 22, 85 and 6C. RGB value is (34,133,108). Sum of RGB (Red+Green+Blue) = 34+133+108=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #22856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22856C is #DD7A93. Grayscale: #646464. Windows color (decimal): -14514836 or 7111970. OLE color: 7111970.

HSL color Cylindrical-coordinate representation of color #22856C: hue angle of 164.85º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22856C is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB34133108-
CMYK0.7400.190.48
HSL164.85º59.28%32.75%-
HSV(B)164.85º74.44%52.16%-
XYZ11.7518.217.08-
YUV100.55132.280.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=12.36%
G=48.36%
B=39.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal341331080.7400.190.48164.8559.2832.75
Hex22856C4A01330a53b21
Octal42205154112023602457341
Binary100010100001011101100100101001001111000010100101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22856C; }

 p { color: rgb(34,133,108); }

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

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

 a { background-color: rgb(34,133,108); }

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

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

 span { border-color: rgb(34,133,108); }

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