#21826D

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

Shades of Elf Green #21826D

Tints of Elf Green #21826D

Color information

#21826D (or 0x21826D) is unknown color: approx Elf Green. HEX triplet: 21, 82 and 6D. RGB value is (33,130,109). Sum of RGB (Red+Green+Blue) = 33+130+109=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #21826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21826D is #DE7D92. Grayscale: #626262. Windows color (decimal): -14581139 or 7176737. OLE color: 7176737.

HSL color Cylindrical-coordinate representation of color #21826D: hue angle of 167.01º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21826D is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB33130109-
CMYK0.7500.160.49
HSL167.01º59.51%31.96%-
HSV(B)167.01º74.62%50.98%-
XYZ11.3717.3917.23-
YUV98.6133.8681.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=12.13%
G=47.79%
B=40.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331301090.7500.160.49167.0159.5131.96
Hex21826D4B01031a73c20
Octal41202155113020612477440
Binary100001100000101101101100101101000011000110100111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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