#031307

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

Shades of Dark Green #031307

Tints of Dark Green #031307

Color information

#031307 (or 0x031307) is unknown color: approx Dark Green. HEX triplet: 03, 13 and 07. RGB value is (3,19,7). Sum of RGB (Red+Green+Blue) = 3+19+7=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #031307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031307 is #FCECF8. Grayscale: #0C0C0C. Windows color (decimal): -16575737 or 463619. OLE color: 463619.

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

Color convert

RGB3197-
CMYK0.8400.630.93
HSL135º72.73%4.31%-
HSV(B)135º84.21%7.45%-
XYZ0.310.50.28-
YUV12.85124.7120.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.34%
GREEN value IS 19 (7.81% from 255) = 65.52%
BLUE value IS 7 (3.12% from 255) = 24.14%
R=10.34%
G=65.52%
B=24.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31970.8400.630.9313572.734.31
Hex31375403F5D87494
Octal32371240771352071114
Binary1110011111101010001111111011101100001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031307; }

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

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

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

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

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

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

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

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