#03130E

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

Shades of Dark Green #03130E

Tints of Dark Green #03130E

Color information

#03130E (or 0x03130E) is unknown color: approx Dark Green. HEX triplet: 03, 13 and 0E. RGB value is (3,19,14). Sum of RGB (Red+Green+Blue) = 3+19+14=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #03130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03130E is #FCECF1. Grayscale: #0D0D0D. Windows color (decimal): -16575730 or 922371. OLE color: 922371.

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

Color convert

RGB31914-
CMYK0.8400.260.93
HSL161.25º72.73%4.31%-
HSV(B)161.25º84.21%7.45%-
XYZ0.350.520.5-
YUV13.65128.2120.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 19 (7.81% from 255) = 52.78%
BLUE value IS 14 (5.86% from 255) = 38.89%
R=8.33%
G=52.78%
B=38.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal319140.8400.260.93161.2572.734.31
Hex313E5401A5Da1494
Octal323161240321352411114
Binary1110011111010101000110101011101101000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03130E; }

 p { color: rgb(3,19,14); }

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

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

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

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

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

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

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