#10211A

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

Shades of Dark Green #10211A

Tints of Dark Green #10211A

Color information

#10211A (or 0x10211A) is unknown color: approx Dark Green. HEX triplet: 10, 21 and 1A. RGB value is (16,33,26). Sum of RGB (Red+Green+Blue) = 16+33+26=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #10211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10211A is #EFDEE5. Grayscale: #1B1B1B. Windows color (decimal): -15720166 or 1712400. OLE color: 1712400.

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

Color convert

RGB163326-
CMYK0.5200.210.87
HSL155.29º34.69%9.61%-
HSV(B)155.29º51.52%12.94%-
XYZ0.941.271.17-
YUV27.12127.37120.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.33%
GREEN value IS 33 (13.28% from 255) = 44%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=21.33%
G=44%
B=34.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1633260.5200.210.87155.2934.699.61
Hex10211A34015579b23a
Octal204132640251272334312
Binary10000100001110101101000101011010111100110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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