#07300C

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

Shades of Deep Fir #07300C

Tints of Deep Fir #07300C

Color information

#07300C (or 0x07300C) is unknown color: approx Deep Fir. HEX triplet: 07, 30 and 0C. RGB value is (7,48,12). Sum of RGB (Red+Green+Blue) = 7+48+12=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #07300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07300C is #F8CFF3. Grayscale: #1F1F1F. Windows color (decimal): -16306164 or 798727. OLE color: 798727.

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

Color convert

RGB74812-
CMYK0.8500.750.81
HSL127.32º74.55%10.78%-
HSV(B)127.32º85.42%18.82%-
XYZ1.212.190.71-
YUV31.64116.92110.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.45%
GREEN value IS 48 (19.14% from 255) = 71.64%
BLUE value IS 12 (5.08% from 255) = 17.91%
R=10.45%
G=71.64%
B=17.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748120.8500.750.81127.3274.5510.78
Hex730C5504B517f4bb
Octal76014125011312117711313
Binary11111000011001010101010010111010001111111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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