#102B20

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

Shades of Dark Green #102B20

Tints of Dark Green #102B20

Color information

#102B20 (or 0x102B20) is unknown color: approx Dark Green. HEX triplet: 10, 2B and 20. RGB value is (16,43,32). Sum of RGB (Red+Green+Blue) = 16+43+32=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #102B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102B20 is #EFD4DF. Grayscale: #212121. Windows color (decimal): -15717600 or 2108176. OLE color: 2108176.

HSL color Cylindrical-coordinate representation of color #102B20: hue angle of 155.56º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #102B20 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.83.

Color convert

RGB164332-
CMYK0.6300.260.83
HSL155.56º45.76%11.57%-
HSV(B)155.56º62.79%16.86%-
XYZ1.341.941.67-
YUV33.67127.05115.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.58%
GREEN value IS 43 (17.19% from 255) = 47.25%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=17.58%
G=47.25%
B=35.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1643320.6300.260.83155.5645.7611.57
Hex102B203F01A539c2ec
Octal205340770321232345614
Binary100001010111000001111110110101010011100111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102B20; }

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

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

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

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

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

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

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

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