#21856F

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

Shades of Elf Green #21856F

Tints of Elf Green #21856F

Color information

#21856F (or 0x21856F) is unknown color: approx Elf Green. HEX triplet: 21, 85 and 6F. RGB value is (33,133,111). Sum of RGB (Red+Green+Blue) = 33+133+111=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #21856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21856F is #DE7A90. Grayscale: #646464. Windows color (decimal): -14580369 or 7308577. OLE color: 7308577.

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

Color convert

RGB33133111-
CMYK0.7500.170.48
HSL166.8º60.24%32.55%-
HSV(B)166.8º75.19%52.16%-
XYZ11.8818.2517.93-
YUV100.59133.8779.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=11.91%
G=48.01%
B=40.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331331110.7500.170.48166.860.2432.55
Hex21856F4B01130a73c21
Octal41205157113021602477441
Binary100001100001011101111100101101000111000010100111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,133,111); }

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

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

 a { background-color: rgb(33,133,111); }

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

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

 span { border-color: rgb(33,133,111); }

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