#21896B

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

Shades of Elf Green #21896B

Tints of Elf Green #21896B

Color information

#21896B (or 0x21896B) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 6B. RGB value is (33,137,107). Sum of RGB (Red+Green+Blue) = 33+137+107=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #21896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21896B is #DE7694. Grayscale: #666666. Windows color (decimal): -14579349 or 7047457. OLE color: 7047457.

HSL color Cylindrical-coordinate representation of color #21896B: hue angle of 162.69º 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 #21896B is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB33137107-
CMYK0.7600.220.46
HSL162.69º61.18%33.33%-
HSV(B)162.69º75.91%53.73%-
XYZ12.2319.2816.99-
YUV102.48130.5478.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 137 (53.91% from 255) = 49.46%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=11.91%
G=49.46%
B=38.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371070.7600.220.46162.6961.1833.33
Hex21896B4C0162Ea33d21
Octal41211153114026562437541
Binary100001100010011101011100110001011010111010100011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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