#031210

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

Shades of Dark Green #031210

Tints of Dark Green #031210

Color information

#031210 (or 0x031210) is unknown color: approx Dark Green. HEX triplet: 03, 12 and 10. RGB value is (3,18,16). Sum of RGB (Red+Green+Blue) = 3+18+16=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #031210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031210 is #FCEDEF. Grayscale: #0D0D0D. Windows color (decimal): -16575984 or 1053187. OLE color: 1053187.

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

Color convert

RGB31816-
CMYK0.8300.110.93
HSL172º71.43%4.12%-
HSV(B)172º83.33%7.06%-
XYZ0.350.490.57-
YUV13.29129.53120.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 18 (7.42% from 255) = 48.65%
BLUE value IS 16 (6.64% from 255) = 43.24%
R=8.11%
G=48.65%
B=43.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal318160.8300.110.9317271.434.12
Hex31210530B5Dac474
Octal322201230131352541074
Binary1110010100001010011010111011101101011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031210; }

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

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

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

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

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

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

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

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