#02100D

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

Shades of Dark Green #02100D

Tints of Dark Green #02100D

Color information

#02100D (or 0x02100D) is unknown color: approx Dark Green. HEX triplet: 02, 10 and 0D. RGB value is (2,16,13). Sum of RGB (Red+Green+Blue) = 2+16+13=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #02100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02100D is #FDEFF2. Grayscale: #0B0B0B. Windows color (decimal): -16642035 or 856066. OLE color: 856066.

HSL color Cylindrical-coordinate representation of color #02100D: hue angle of 167.14º 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 #02100D is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB21613-
CMYK0.8700.190.94
HSL167.14º77.78%3.53%-
HSV(B)167.14º87.5%6.27%-
XYZ0.280.410.45-
YUV11.47128.86121.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.45%
GREEN value IS 16 (6.64% from 255) = 51.61%
BLUE value IS 13 (5.47% from 255) = 41.94%
R=6.45%
G=51.61%
B=41.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal216130.8700.190.94167.1477.783.53
Hex210D570135Ea74e4
Octal220151270231362471164
Binary1010000110110101110100111011110101001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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