#02120A

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

Shades of Dark Green #02120A

Tints of Dark Green #02120A

Color information

#02120A (or 0x02120A) is unknown color: approx Dark Green. HEX triplet: 02, 12 and 0A. RGB value is (2,18,10). Sum of RGB (Red+Green+Blue) = 2+18+10=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #02120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02120A is #FDEDF5. Grayscale: #0C0C0C. Windows color (decimal): -16641526 or 659970. OLE color: 659970.

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

Color convert

RGB21810-
CMYK0.8900.440.93
HSL150º80%3.92%-
HSV(B)150º88.89%7.06%-
XYZ0.30.470.36-
YUV12.3126.7120.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 18 (7.42% from 255) = 60%
BLUE value IS 10 (4.30% from 255) = 33.33%
R=6.67%
G=60%
B=33.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal218100.8900.440.93150803.92
Hex212A5902C5D96504
Octal222121310541352261204
Binary10100101010101100101011001011101100101101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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