#031407

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

Shades of Dark Green #031407

Tints of Dark Green #031407

Color information

#031407 (or 0x031407) is unknown color: approx Dark Green. HEX triplet: 03, 14 and 07. RGB value is (3,20,7). Sum of RGB (Red+Green+Blue) = 3+20+7=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 20 (8.20% from 255 or 66.67% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 20 - color contains mainly: green. Hex color #031407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031407 is #FCEBF8. Grayscale: #0D0D0D. Windows color (decimal): -16575481 or 463875. OLE color: 463875.

HSL color Cylindrical-coordinate representation of color #031407: hue angle of 134.12º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031407 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB3207-
CMYK0.8500.650.92
HSL134.12º73.91%4.51%-
HSV(B)134.12º85%7.84%-
XYZ0.330.540.29-
YUV13.43124.37120.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10%
GREEN value IS 20 (8.20% from 255) = 66.67%
BLUE value IS 7 (3.12% from 255) = 23.33%
R=10%
G=66.67%
B=23.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal32070.8500.650.92134.1273.914.51
Hex3147550415C864a5
Octal324712501011342061125
Binary11101001111010101010000011011100100001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031407; }

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

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

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

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

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

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

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

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