#02100B

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

Shades of Dark Green #02100B

Tints of Dark Green #02100B

Color information

#02100B (or 0x02100B) is unknown color: approx Dark Green. HEX triplet: 02, 10 and 0B. RGB value is (2,16,11). Sum of RGB (Red+Green+Blue) = 2+16+11=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #02100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02100B is #FDEFF4. Grayscale: #0B0B0B. Windows color (decimal): -16642037 or 724994. OLE color: 724994.

HSL color Cylindrical-coordinate representation of color #02100B: hue angle of 158.57º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #02100B is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB21611-
CMYK0.8700.310.94
HSL158.57º77.78%3.53%-
HSV(B)158.57º87.5%6.27%-
XYZ0.270.410.38-
YUV11.24127.86121.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.90%
GREEN value IS 16 (6.64% from 255) = 55.17%
BLUE value IS 11 (4.69% from 255) = 37.93%
R=6.90%
G=55.17%
B=37.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal216110.8700.310.94158.5777.783.53
Hex210B5701F5E9f4e4
Octal220131270371362371164
Binary1010000101110101110111111011110100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02100B; }

 p { color: rgb(2,16,11); }

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

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

 a { background-color: rgb(2,16,11); }

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

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

 span { border-color: rgb(2,16,11); }

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