#22816C

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

Shades of Elf Green #22816C

Tints of Elf Green #22816C

Color information

#22816C (or 0x22816C) is unknown color: approx Elf Green. HEX triplet: 22, 81 and 6C. RGB value is (34,129,108). Sum of RGB (Red+Green+Blue) = 34+129+108=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #22816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22816C is #DD7E93. Grayscale: #626262. Windows color (decimal): -14515860 or 7110946. OLE color: 7110946.

HSL color Cylindrical-coordinate representation of color #22816C: hue angle of 166.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22816C is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB34129108-
CMYK0.7400.160.49
HSL166.74º58.28%31.96%-
HSV(B)166.74º73.64%50.59%-
XYZ11.2217.1216.9-
YUV98.2133.5382.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=12.55%
G=47.60%
B=39.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341291080.7400.160.49166.7458.2831.96
Hex22816C4A01031a73a20
Octal42201154112020612477240
Binary100010100000011101100100101001000011000110100111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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