#07300E

Color #07300E Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #07300E

Tints of Deep Fir #07300E

Color information

#07300E (or 0x07300E) is unknown color: approx Deep Fir. HEX triplet: 07, 30 and 0E. RGB value is (7,48,14). Sum of RGB (Red+Green+Blue) = 7+48+14=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #07300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07300E is #F8CFF1. Grayscale: #1F1F1F. Windows color (decimal): -16306162 or 929799. OLE color: 929799.

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

Color convert

RGB74814-
CMYK0.8500.710.81
HSL130.24º74.55%10.78%-
HSV(B)130.24º85.42%18.82%-
XYZ1.222.190.77-
YUV31.86117.92110.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 48 (19.14% from 255) = 69.57%
BLUE value IS 14 (5.86% from 255) = 20.29%
R=10.14%
G=69.57%
B=20.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748140.8500.710.81130.2474.5510.78
Hex730E5504751824bb
Octal76016125010712120211313
Binary111110000111010101010100011110100011000001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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