Html Css Color HEX #02120B Dark Green

📋 copy color: '#02120B'

red 2 ◦ green 18 ◦ blue 11

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

Shades of Dark Green #02120B

Tints of Dark Green #02120B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 35.48%

R = 6.45%
G = 58.06%
B = 35.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#02120B (or 0x02120B) is known color: Dark Green. HEX triplet: 02, 12 and 0B. RGB value is (2,18,11). Sum of RGB (Red+Green+Blue) = 2+18+11=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #02120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02120B is #FDEDF4. Grayscale: #0C0C0C. Windows color (decimal): -16641525 or 725506. OLE color: 725506.

HSL color Cylindrical-coordinate representation of color #02120B: hue angle of 153.75º 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 #02120B is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 18 11 -
CMYK 0.89 0 0.39 0.93
HSL 153.75º 0.8% 0.04% -
HSV(B) 153.75º 0.89% 0.07% -
XYZ 0.3 0.47 0.39 -
YUV 12.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 2 18 11 0.89 0 0.39 0.93 153.75 0.8 0.04
Hex 2 12 B 59 0 27 5D 9A 50 4
Octal 2 22 13 131 0 47 135 232 120 4
Binary 10 10010 1011 1011001 0 100111 1011101 10011010 1010000 100

Color Harmonies of #02120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02120B

Black with #02120B

Text Example


Text Example

White with #02120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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