#21896C

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

Shades of Elf Green #21896C

Tints of Elf Green #21896C

Color information

#21896C (or 0x21896C) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 6C. RGB value is (33,137,108). Sum of RGB (Red+Green+Blue) = 33+137+108=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #21896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21896C is #DE7693. Grayscale: #666666. Windows color (decimal): -14579348 or 7112993. OLE color: 7112993.

HSL color Cylindrical-coordinate representation of color #21896C: hue angle of 163.27º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21896C is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB33137108-
CMYK0.7600.210.46
HSL163.27º61.18%33.33%-
HSV(B)163.27º75.91%53.73%-
XYZ12.2819.317.26-
YUV102.6131.0478.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=11.87%
G=49.28%
B=38.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371080.7600.210.46163.2761.1833.33
Hex21896C4C0152Ea33d21
Octal41211154114025562437541
Binary100001100010011101100100110001010110111010100011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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