#102520

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

Shades of Dark Green #102520

Tints of Dark Green #102520

Color information

#102520 (or 0x102520) is unknown color: approx Dark Green. HEX triplet: 10, 25 and 20. RGB value is (16,37,32). Sum of RGB (Red+Green+Blue) = 16+37+32=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #102520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102520 is #EFDADF. Grayscale: #1E1E1E. Windows color (decimal): -15719136 or 2106640. OLE color: 2106640.

HSL color Cylindrical-coordinate representation of color #102520: hue angle of 165.71º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #102520 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB163732-
CMYK0.5700.140.85
HSL165.71º39.62%10.39%-
HSV(B)165.71º56.76%14.51%-
XYZ1.141.541.6-
YUV30.15129.04117.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.82%
GREEN value IS 37 (14.84% from 255) = 43.53%
BLUE value IS 32 (12.89% from 255) = 37.65%
R=18.82%
G=43.53%
B=37.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1637320.5700.140.85165.7139.6210.39
Hex102520390E55a628a
Octal204540710161252465012
Binary10000100101100000111001011101010101101001101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102520; }

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

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

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

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

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

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

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

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