#10211D

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

Shades of Dark Green #10211D

Tints of Dark Green #10211D

Color information

#10211D (or 0x10211D) is unknown color: approx Dark Green. HEX triplet: 10, 21 and 1D. RGB value is (16,33,29). Sum of RGB (Red+Green+Blue) = 16+33+29=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #10211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10211D is #EFDEE2. Grayscale: #1B1B1B. Windows color (decimal): -15720163 or 1909008. OLE color: 1909008.

HSL color Cylindrical-coordinate representation of color #10211D: hue angle of 165.88º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #10211D is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB163329-
CMYK0.5200.120.87
HSL165.88º34.69%9.61%-
HSV(B)165.88º51.52%12.94%-
XYZ0.981.291.36-
YUV27.46128.87119.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.51%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=20.51%
G=42.31%
B=37.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1633290.5200.120.87165.8834.699.61
Hex10211D340C57a623a
Octal204135640141272464312
Binary1000010000111101110100011001010111101001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,33,29); }

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

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

 a { background-color: rgb(16,33,29); }

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

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

 span { border-color: rgb(16,33,29); }

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