Html Css Color HEX #02110D Dark Green

📋 copy color: '#02110D'

red 2 ◦ green 17 ◦ blue 13

#02110D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #02110D

Tints of Dark Green #02110D

RGB

 RED value IS 2 (1.17% from 255) = 6.25%

 GREEN value IS 17 (7.03% from 255) = 53.13%

 BLUE value IS 13 (5.47% from 255) = 40.63%

R = 6.25%
G = 53.13%
B = 40.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#02110D (or 0x02110D) is known color: Dark Green. HEX triplet: 02, 11 and 0D. RGB value is (2,17,13). Sum of RGB (Red+Green+Blue) = 2+17+13=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 17 (7.03% from 255 or 53.12% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 17 - color contains mainly: green. Hex color #02110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02110D is #FDEEF2. Grayscale: #0C0C0C. Windows color (decimal): -16641779 or 856322. OLE color: 856322.

HSL color Cylindrical-coordinate representation of color #02110D: hue angle of 164º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #02110D is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 17 13 -
CMYK 0.88 0 0.24 0.93
HSL 164º 0.79% 0.04% -
HSV(B) 164º 0.88% 0.07% -
XYZ 0.3 0.44 0.45 -
YUV 12.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 2 17 13 0.88 0 0.24 0.93 164 0.79 0.04
Hex 2 11 D 58 0 18 5D A4 4F 4
Octal 2 21 15 130 0 30 135 244 117 4
Binary 10 10001 1101 1011000 0 11000 1011101 10100100 1001111 100

Color Harmonies of #02110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02110D

Black with #02110D

Text Example


Text Example

White with #02110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02110D;
 }
 .AnyTagClassName
 {
   color: #02110D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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