#031212

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

Shades of Dark Green #031212

Tints of Dark Green #031212

Color information

#031212 (or 0x031212) is unknown color: approx Dark Green. HEX triplet: 03, 12 and 12. RGB value is (3,18,18). Sum of RGB (Red+Green+Blue) = 3+18+18=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #031212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031212 is #FCEDED. Grayscale: #0D0D0D. Windows color (decimal): -16575982 or 1184259. OLE color: 1184259.

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

Color convert

RGB31818-
CMYK0.83000.93
HSL180º71.43%4.12%-
HSV(B)180º83.33%7.06%-
XYZ0.360.50.65-
YUV13.51130.53120.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.69%
GREEN value IS 18 (7.42% from 255) = 46.15%
BLUE value IS 18 (7.42% from 255) = 46.15%
R=7.69%
G=46.15%
B=46.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal318180.83000.9318071.434.12
Hex3121253005Db4474
Octal32222123001352641074
Binary1110010100101010011001011101101101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031212; }

 p { color: rgb(3,18,18); }

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

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

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

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

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

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

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