#03100E

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

Shades of Dark Green #03100E

Tints of Dark Green #03100E

Color information

#03100E (or 0x03100E) is unknown color: approx Dark Green. HEX triplet: 03, 10 and 0E. RGB value is (3,16,14). Sum of RGB (Red+Green+Blue) = 3+16+14=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 16 - color contains mainly: green. Hex color #03100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03100E is #FCEFF1. Grayscale: #0B0B0B. Windows color (decimal): -16576498 or 921603. OLE color: 921603.

HSL color Cylindrical-coordinate representation of color #03100E: hue angle of 170.77º 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 #03100E is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB31614-
CMYK0.8100.130.94
HSL170.77º68.42%3.73%-
HSV(B)170.77º81.25%6.27%-
XYZ0.30.420.48-
YUV11.88129.19121.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.09%
GREEN value IS 16 (6.64% from 255) = 48.48%
BLUE value IS 14 (5.86% from 255) = 42.42%
R=9.09%
G=48.48%
B=42.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal316140.8100.130.94170.7768.423.73
Hex310E510D5Eab444
Octal320161210151362531044
Binary111000011101010001011011011110101010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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