#02120B

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

Shades of Dark Green #02120B

Tints of Dark Green #02120B

Color information

#02120B (or 0x02120B) is unknown color: approx 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

RGB21811-
CMYK0.8900.390.93
HSL153.75º80%3.92%-
HSV(B)153.75º88.89%7.06%-
XYZ0.30.470.39-
YUV12.42127.2120.57-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal218110.8900.390.93153.75803.92
Hex212B590275D9a504
Octal222131310471352321204
Binary10100101011101100101001111011101100110101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>