#03100B

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

Shades of Dark Green #03100B

Tints of Dark Green #03100B

Color information

#03100B (or 0x03100B) is unknown color: approx Dark Green. HEX triplet: 03, 10 and 0B. RGB value is (3,16,11). Sum of RGB (Red+Green+Blue) = 3+16+11=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 16 (6.64% from 255 or 53.33% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 16 - color contains mainly: green. Hex color #03100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03100B is #FCEFF4. Grayscale: #0B0B0B. Windows color (decimal): -16576501 or 724995. OLE color: 724995.

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

Color convert

RGB31611-
CMYK0.8100.310.94
HSL156.92º68.42%3.73%-
HSV(B)156.92º81.25%6.27%-
XYZ0.280.410.38-
YUV11.54127.69121.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10%
GREEN value IS 16 (6.64% from 255) = 53.33%
BLUE value IS 11 (4.69% from 255) = 36.67%
R=10%
G=53.33%
B=36.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal316110.8100.310.94156.9268.423.73
Hex310B5101F5E9d444
Octal320131210371362351044
Binary1110000101110100010111111011110100111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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