#21895F

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

Shades of Elf Green #21895F

Tints of Elf Green #21895F

Color information

#21895F (or 0x21895F) is unknown color: approx Elf Green. HEX triplet: 21, 89 and 5F. RGB value is (33,137,95). Sum of RGB (Red+Green+Blue) = 33+137+95=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #21895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21895F is #DE76A0. Grayscale: #656565. Windows color (decimal): -14579361 or 6261025. OLE color: 6261025.

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

Color convert

RGB3313795-
CMYK0.7600.310.46
HSL155.77º61.18%33.33%-
HSV(B)155.77º75.91%53.73%-
XYZ11.6419.0413.89-
YUV101.12124.5479.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 137 (53.91% from 255) = 51.70%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=12.45%
G=51.70%
B=35.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33137950.7600.310.46155.7761.1833.33
Hex21895F4C01F2E9c3d21
Octal41211137114037562347541
Binary100001100010011011111100110001111110111010011100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21895F; }

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

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

<style>
 a { background-color: #21895F; }

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

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

<style>
 span { border-color: #21895F; }

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

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