#21916C

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

Shades of Elf Green #21916C

Tints of Elf Green #21916C

Color information

#21916C (or 0x21916C) is unknown color: approx Elf Green. HEX triplet: 21, 91 and 6C. RGB value is (33,145,108). Sum of RGB (Red+Green+Blue) = 33+145+108=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #21916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21916C is #DE6E93. Grayscale: #6B6B6B. Windows color (decimal): -14577300 or 7115041. OLE color: 7115041.

HSL color Cylindrical-coordinate representation of color #21916C: hue angle of 160.18º degrees, saturation: 0.63, 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 #21916C is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB33145108-
CMYK0.7700.260.43
HSL160.18º62.92%34.9%-
HSV(B)160.18º77.24%56.86%-
XYZ13.4621.6617.66-
YUV107.29128.3975.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 145 (57.03% from 255) = 50.70%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=11.54%
G=50.70%
B=37.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331451080.7700.260.43160.1862.9234.9
Hex21916C4D01A2Ba03f23
Octal41221154115032532407743
Binary100001100100011101100100110101101010101110100000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,145,108); }

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

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

 a { background-color: rgb(33,145,108); }

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

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

 span { border-color: rgb(33,145,108); }

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