#102420

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

Shades of Dark Green #102420

Tints of Dark Green #102420

Color information

#102420 (or 0x102420) is unknown color: approx Dark Green. HEX triplet: 10, 24 and 20. RGB value is (16,36,32). Sum of RGB (Red+Green+Blue) = 16+36+32=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #102420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102420 is #EFDBDF. Grayscale: #1D1D1D. Windows color (decimal): -15719392 or 2106384. OLE color: 2106384.

HSL color Cylindrical-coordinate representation of color #102420: hue angle of 168º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #102420 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB163632-
CMYK0.5600.110.86
HSL168º38.46%10.2%-
HSV(B)168º55.56%14.12%-
XYZ1.111.481.59-
YUV29.56129.37118.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.05%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=19.05%
G=42.86%
B=38.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1636320.5600.110.8616838.4610.2
Hex102420380B56a826a
Octal204440700131262504612
Binary10000100100100000111000010111010110101010001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102420; }

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

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

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

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

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

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

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

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