#07311F

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

Shades of Dark Green #07311F

Tints of Dark Green #07311F

Color information

#07311F (or 0x07311F) is unknown color: approx Dark Green. HEX triplet: 07, 31 and 1F. RGB value is (7,49,31). Sum of RGB (Red+Green+Blue) = 7+49+31=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #07311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07311F is #F8CEE0. Grayscale: #222222. Windows color (decimal): -16305889 or 2044167. OLE color: 2044167.

HSL color Cylindrical-coordinate representation of color #07311F: hue angle of 154.29º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07311F is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB74931-
CMYK0.8600.370.81
HSL154.29º75%10.98%-
HSV(B)154.29º85.71%19.22%-
XYZ1.432.341.67-
YUV34.39126.09108.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 49 (19.53% from 255) = 56.32%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=8.05%
G=56.32%
B=35.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749310.8600.370.81154.297510.98
Hex7311F56025519a4bb
Octal7613712604512123211313
Binary111110001111111010110010010110100011001101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07311F; }

 p { color: rgb(7,49,31); }

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

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

 a { background-color: rgb(7,49,31); }

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

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

 span { border-color: rgb(7,49,31); }

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