#03100C

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

Shades of Dark Green #03100C

Tints of Dark Green #03100C

Color information

#03100C (or 0x03100C) is unknown color: approx Dark Green. HEX triplet: 03, 10 and 0C. RGB value is (3,16,12). Sum of RGB (Red+Green+Blue) = 3+16+12=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #03100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03100C is #FCEFF3. Grayscale: #0B0B0B. Windows color (decimal): -16576500 or 790531. OLE color: 790531.

HSL color Cylindrical-coordinate representation of color #03100C: hue angle of 161.54º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #03100C is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB31612-
CMYK0.8100.250.94
HSL161.54º68.42%3.73%-
HSV(B)161.54º81.25%6.27%-
XYZ0.290.420.41-
YUV11.66128.19121.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 16 (6.64% from 255) = 51.61%
BLUE value IS 12 (5.08% from 255) = 38.71%
R=9.68%
G=51.61%
B=38.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal316120.8100.250.94161.5468.423.73
Hex310C510195Ea2444
Octal320141210311362421044
Binary1110000110010100010110011011110101000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03100C; }

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

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

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

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

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

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

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

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