#021312

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

Shades of Dark Green #021312

Tints of Dark Green #021312

Color information

#021312 (or 0x021312) is unknown color: approx Dark Green. HEX triplet: 02, 13 and 12. RGB value is (2,19,18). Sum of RGB (Red+Green+Blue) = 2+19+18=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #021312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021312 is #FDECED. Grayscale: #0D0D0D. Windows color (decimal): -16641262 or 1184514. OLE color: 1184514.

HSL color Cylindrical-coordinate representation of color #021312: hue angle of 176.47º degrees, saturation: 0.81, 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 #021312 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB21918-
CMYK0.8900.050.93
HSL176.47º80.95%4.12%-
HSV(B)176.47º89.47%7.45%-
XYZ0.370.520.65-
YUV13.8130.37119.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.13%
GREEN value IS 19 (7.81% from 255) = 48.72%
BLUE value IS 18 (7.42% from 255) = 46.15%
R=5.13%
G=48.72%
B=46.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal219180.8900.050.93176.4780.954.12
Hex2131259055Db0514
Octal22322131051352601214
Binary101001110010101100101011011101101100001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021312; }

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

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

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

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

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

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

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

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