Html Css Color HEX #07300C Deep Fir

📋 copy color: '#07300C'

red 7 ◦ green 48 ◦ blue 12

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

Shades of Deep Fir #07300C

Tints of Deep Fir #07300C

RGB

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

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

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

RGB 7 48 12 -
CMYK 0.85 0 0.75 0.81
HSL 127.32º 0.75% 0.11% -
HSV(B) 127.32º 0.85% 0.19% -
XYZ 1.21 2.19 0.71 -
YUV 31.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 7 48 12 0.85 0 0.75 0.81 127.32 0.75 0.11
Hex 7 30 C 55 0 4B 51 7F 4B B
Octal 7 60 14 125 0 113 121 177 113 13
Binary 111 110000 1100 1010101 0 1001011 1010001 1111111 1001011 1011

Color Harmonies of #07300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07300C

Black with #07300C

Text Example


Text Example

White with #07300C

Text Example


Text Example

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