#21826B

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

Shades of Elf Green #21826B

Tints of Elf Green #21826B

Color information

#21826B (or 0x21826B) is unknown color: approx Elf Green. HEX triplet: 21, 82 and 6B. RGB value is (33,130,107). Sum of RGB (Red+Green+Blue) = 33+130+107=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #21826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21826B is #DE7D94. Grayscale: #626262. Windows color (decimal): -14581141 or 7045665. OLE color: 7045665.

HSL color Cylindrical-coordinate representation of color #21826B: hue angle of 165.77º 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 #21826B is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB33130107-
CMYK0.7500.180.49
HSL165.77º59.51%31.96%-
HSV(B)165.77º74.62%50.98%-
XYZ11.2617.3516.67-
YUV98.38132.8681.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.22%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=12.22%
G=48.15%
B=39.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331301070.7500.180.49165.7759.5131.96
Hex21826B4B01231a63c20
Octal41202153113022612467440
Binary100001100000101101011100101101001011000110100110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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