#10211B

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

Shades of Dark Green #10211B

Tints of Dark Green #10211B

Color information

#10211B (or 0x10211B) is unknown color: approx Dark Green. HEX triplet: 10, 21 and 1B. RGB value is (16,33,27). Sum of RGB (Red+Green+Blue) = 16+33+27=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #10211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10211B is #EFDEE4. Grayscale: #1B1B1B. Windows color (decimal): -15720165 or 1777936. OLE color: 1777936.

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

Color convert

RGB163327-
CMYK0.5200.180.87
HSL158.82º34.69%9.61%-
HSV(B)158.82º51.52%12.94%-
XYZ0.961.281.23-
YUV27.23127.87119.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=21.05%
G=43.42%
B=35.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1633270.5200.180.87158.8234.699.61
Hex10211B34012579f23a
Octal204133640221272374312
Binary10000100001110111101000100101010111100111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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