#07312E

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

Shades of Dark Green #07312E

Tints of Dark Green #07312E

Color information

#07312E (or 0x07312E) is unknown color: approx Dark Green. HEX triplet: 07, 31 and 2E. RGB value is (7,49,46). Sum of RGB (Red+Green+Blue) = 7+49+46=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #07312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07312E is #F8CED1. Grayscale: #242424. Windows color (decimal): -16305874 or 3027207. OLE color: 3027207.

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

Color convert

RGB74946-
CMYK0.8600.060.81
HSL175.71º75%10.98%-
HSV(B)175.71º85.71%19.22%-
XYZ1.682.442.97-
YUV36.1133.59107.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=6.86%
G=48.04%
B=45.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749460.8600.060.81175.717510.98
Hex7312E560651b04bb
Octal761561260612126011313
Binary1111100011011101010110011010100011011000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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