#21926F

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

Shades of Elf Green #21926F

Tints of Elf Green #21926F

Color information

#21926F (or 0x21926F) is unknown color: approx Elf Green. HEX triplet: 21, 92 and 6F. RGB value is (33,146,111). Sum of RGB (Red+Green+Blue) = 33+146+111=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #21926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21926F is #DE6D90. Grayscale: #6C6C6C. Windows color (decimal): -14577041 or 7311905. OLE color: 7311905.

HSL color Cylindrical-coordinate representation of color #21926F: hue angle of 161.42º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21926F is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB33146111-
CMYK0.7700.240.43
HSL161.42º63.13%35.1%-
HSV(B)161.42º77.4%57.25%-
XYZ13.7822.0318.56-
YUV108.22129.5674.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 146 (57.42% from 255) = 50.34%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=11.38%
G=50.34%
B=38.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331461110.7700.240.43161.4263.1335.1
Hex21926F4D0182Ba13f23
Octal41222157115030532417743
Binary100001100100101101111100110101100010101110100001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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