#21906B

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

Shades of Elf Green #21906B

Tints of Elf Green #21906B

Color information

#21906B (or 0x21906B) is unknown color: approx Elf Green. HEX triplet: 21, 90 and 6B. RGB value is (33,144,107). Sum of RGB (Red+Green+Blue) = 33+144+107=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #21906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21906B is #DE6F94. Grayscale: #6A6A6A. Windows color (decimal): -14577557 or 7049249. OLE color: 7049249.

HSL color Cylindrical-coordinate representation of color #21906B: hue angle of 160º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21906B is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB33144107-
CMYK0.7700.260.44
HSL160º62.71%34.71%-
HSV(B)160º77.08%56.47%-
XYZ13.2521.3317.33-
YUV106.59128.2375.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 144 (56.64% from 255) = 50.70%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=11.62%
G=50.70%
B=37.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331441070.7700.260.4416062.7134.71
Hex21906B4D01A2Ca03f23
Octal41220153115032542407743
Binary100001100100001101011100110101101010110010100000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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