#10201C

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

Shades of Dark Green #10201C

Tints of Dark Green #10201C

Color information

#10201C (or 0x10201C) is unknown color: approx Dark Green. HEX triplet: 10, 20 and 1C. RGB value is (16,32,28). Sum of RGB (Red+Green+Blue) = 16+32+28=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #10201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10201C is #EFDFE3. Grayscale: #1A1A1A. Windows color (decimal): -15720420 or 1843216. OLE color: 1843216.

HSL color Cylindrical-coordinate representation of color #10201C: hue angle of 165º 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 #10201C is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB163228-
CMYK0.500.120.87
HSL165º33.33%9.41%-
HSV(B)165º50%12.55%-
XYZ0.941.231.29-
YUV26.76128.7120.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1632280.500.120.8716533.339.41
Hex10201C320C57a5219
Octal204034620141272454111
Binary1000010000011100110010011001010111101001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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