#21946D

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

Shades of Elf Green #21946D

Tints of Elf Green #21946D

Color information

#21946D (or 0x21946D) is unknown color: approx Elf Green. HEX triplet: 21, 94 and 6D. RGB value is (33,148,109). Sum of RGB (Red+Green+Blue) = 33+148+109=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #21946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21946D is #DE6B92. Grayscale: #6D6D6D. Windows color (decimal): -14576531 or 7181345. OLE color: 7181345.

HSL color Cylindrical-coordinate representation of color #21946D: hue angle of 159.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21946D is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB33148109-
CMYK0.7800.260.42
HSL159.65º63.54%35.49%-
HSV(B)159.65º77.7%58.04%-
XYZ13.9822.6118.09-
YUV109.17127.973.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 148 (58.20% from 255) = 51.03%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=11.38%
G=51.03%
B=37.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331481090.7800.260.42159.6563.5435.49
Hex21946D4E01A2Aa04023
Octal412241551160325224010043
Binary1000011001010011011011001110011010101010101000001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21946D; }

 p { color: rgb(33,148,109); }

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

<style>
 a { background-color: #21946D; }

 a { background-color: rgb(33,148,109); }

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

<style>
 span { border-color: #21946D; }

 span { border-color: rgb(33,148,109); }

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