Html Css Color HEX #02120D Dark Green

📋 copy color: '#02120D'

red 2 ◦ green 18 ◦ blue 13

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

Shades of Dark Green #02120D

Tints of Dark Green #02120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 54.55%

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

R = 6.06%
G = 54.55%
B = 39.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#02120D (or 0x02120D) is known color: Dark Green. HEX triplet: 02, 12 and 0D. RGB value is (2,18,13). Sum of RGB (Red+Green+Blue) = 2+18+13=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #02120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02120D is #FDEDF2. Grayscale: #0C0C0C. Windows color (decimal): -16641523 or 856578. OLE color: 856578.

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

Color convert

RGB 2 18 13 -
CMYK 0.89 0 0.28 0.93
HSL 161.25º 0.8% 0.04% -
HSV(B) 161.25º 0.89% 0.07% -
XYZ 0.31 0.47 0.46 -
YUV 12.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 2 18 13 0.89 0 0.28 0.93 161.25 0.8 0.04
Hex 2 12 D 59 0 1C 5D A1 50 4
Octal 2 22 15 131 0 34 135 241 120 4
Binary 10 10010 1101 1011001 0 11100 1011101 10100001 1010000 100

Color Harmonies of #02120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02120D

Black with #02120D

Text Example


Text Example

White with #02120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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