#10201D

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

Shades of Dark Green #10201D

Tints of Dark Green #10201D

Color information

#10201D (or 0x10201D) is unknown color: approx Dark Green. HEX triplet: 10, 20 and 1D. RGB value is (16,32,29). Sum of RGB (Red+Green+Blue) = 16+32+29=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #10201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10201D is #EFDFE2. Grayscale: #1A1A1A. Windows color (decimal): -15720419 or 1908752. OLE color: 1908752.

HSL color Cylindrical-coordinate representation of color #10201D: hue angle of 168.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #10201D is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB163229-
CMYK0.500.090.87
HSL168.75º33.33%9.41%-
HSV(B)168.75º50%12.55%-
XYZ0.951.231.35-
YUV26.87129.2120.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.78%
GREEN value IS 32 (12.89% from 255) = 41.56%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=20.78%
G=41.56%
B=37.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1632290.500.090.87168.7533.339.41
Hex10201D320957a9219
Octal204035620111272514111
Binary1000010000011101110010010011010111101010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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