#031211

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

Shades of Dark Green #031211

Tints of Dark Green #031211

Color information

#031211 (or 0x031211) is unknown color: approx Dark Green. HEX triplet: 03, 12 and 11. RGB value is (3,18,17). Sum of RGB (Red+Green+Blue) = 3+18+17=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #031211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031211 is #FCEDEE. Grayscale: #0D0D0D. Windows color (decimal): -16575983 or 1118723. OLE color: 1118723.

HSL color Cylindrical-coordinate representation of color #031211: hue angle of 176º 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 #031211 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB31817-
CMYK0.8300.060.93
HSL176º71.43%4.12%-
HSV(B)176º83.33%7.06%-
XYZ0.360.490.61-
YUV13.4130.03120.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.89%
GREEN value IS 18 (7.42% from 255) = 47.37%
BLUE value IS 17 (7.03% from 255) = 44.74%
R=7.89%
G=47.37%
B=44.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal318170.8300.060.9317671.434.12
Hex3121153065Db0474
Octal32221123061352601074
Binary111001010001101001101101011101101100001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031211; }

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

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

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

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

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

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

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

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