#102820

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

Shades of Dark Green #102820

Tints of Dark Green #102820

Color information

#102820 (or 0x102820) is unknown color: approx Dark Green. HEX triplet: 10, 28 and 20. RGB value is (16,40,32). Sum of RGB (Red+Green+Blue) = 16+40+32=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #102820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102820 is #EFD7DF. Grayscale: #1F1F1F. Windows color (decimal): -15718368 or 2107408. OLE color: 2107408.

HSL color Cylindrical-coordinate representation of color #102820: hue angle of 160º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #102820 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB164032-
CMYK0.6000.200.84
HSL160º42.86%10.98%-
HSV(B)160º60%15.69%-
XYZ1.231.731.64-
YUV31.91128.05116.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.18%
GREEN value IS 40 (16.02% from 255) = 45.45%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=18.18%
G=45.45%
B=36.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1640320.6000.200.8416042.8610.98
Hex1028203C01454a02bb
Octal205040740241242405313
Binary100001010001000001111000101001010100101000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102820; }

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

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

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

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

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

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

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

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