Html Css Color HEX #07300E Deep Fir

📋 copy color: '#07300E'

red 7 ◦ green 48 ◦ blue 14

#07300E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #07300E

Tints of Deep Fir #07300E

RGB

 RED value IS 7 (3.13% 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 value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#07300E (or 0x07300E) is known color: 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

RGB 7 48 14 -
CMYK 0.85 0 0.71 0.81
HSL 130.24º 0.75% 0.11% -
HSV(B) 130.24º 0.85% 0.19% -
XYZ 1.22 2.19 0.77 -
YUV 31.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 7 48 14 0.85 0 0.71 0.81 130.24 0.75 0.11
Hex 7 30 E 55 0 47 51 82 4B B
Octal 7 60 16 125 0 107 121 202 113 13
Binary 111 110000 1110 1010101 0 1000111 1010001 10000010 1001011 1011

Color Harmonies of #07300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07300E

Black with #07300E

Text Example


Text Example

White with #07300E

Text Example


Text Example

HTML Codes & Css Web 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>