#07301F

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

Shades of Dark Green #07301F

Tints of Dark Green #07301F

Color information

#07301F (or 0x07301F) is unknown color: approx Dark Green. HEX triplet: 07, 30 and 1F. RGB value is (7,48,31). Sum of RGB (Red+Green+Blue) = 7+48+31=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #07301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07301F is #F8CFE0. Grayscale: #212121. Windows color (decimal): -16306145 or 2043911. OLE color: 2043911.

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

Color convert

RGB74831-
CMYK0.8500.350.81
HSL155.12º74.55%10.78%-
HSV(B)155.12º85.42%18.82%-
XYZ1.392.261.66-
YUV33.8126.42108.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=8.14%
G=55.81%
B=36.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748310.8500.350.81155.1274.5510.78
Hex7301F55023519b4bb
Octal7603712504312123311313
Binary111110000111111010101010001110100011001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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