#21845E

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

Shades of Elf Green #21845E

Tints of Elf Green #21845E

Color information

#21845E (or 0x21845E) is unknown color: approx Elf Green. HEX triplet: 21, 84 and 5E. RGB value is (33,132,94). Sum of RGB (Red+Green+Blue) = 33+132+94=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #21845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21845E is #DE7BA1. Grayscale: #626262. Windows color (decimal): -14580642 or 6194209. OLE color: 6194209.

HSL color Cylindrical-coordinate representation of color #21845E: hue angle of 156.97º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21845E is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB3313294-
CMYK0.7500.290.48
HSL156.97º60%32.35%-
HSV(B)156.97º75%51.76%-
XYZ10.917.6313.42-
YUV98.07125.781.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 132 (51.95% from 255) = 50.97%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=12.74%
G=50.97%
B=36.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33132940.7500.290.48156.976032.35
Hex21845E4B01D309d3c20
Octal41204136113035602357440
Binary100001100001001011110100101101110111000010011101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21845E; }

 p { color: rgb(33,132,94); }

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

<style>
 a { background-color: #21845E; }

 a { background-color: rgb(33,132,94); }

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

<style>
 span { border-color: #21845E; }

 span { border-color: rgb(33,132,94); }

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