Html Css Color HEX #07290F Deep Fir

📋 copy color: '#07290F'

red 7 ◦ green 41 ◦ blue 15

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

Shades of Deep Fir #07290F

Tints of Deep Fir #07290F

RGB

 RED value IS 7 (3.13% from 255) = 11.11%

 GREEN value IS 41 (16.41% from 255) = 65.08%

 BLUE value IS 15 (6.25% from 255) = 23.81%

R = 11.11%
G = 65.08%
B = 23.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#07290F (or 0x07290F) is known color: Deep Fir. HEX triplet: 07, 29 and 0F. RGB value is (7,41,15). Sum of RGB (Red+Green+Blue) = 7+41+15=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 41 (16.41% from 255 or 65.08% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 41 - color contains mainly: green. Hex color #07290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07290F is #F8D6F0. Grayscale: #1B1B1B. Windows color (decimal): -16307953 or 993543. OLE color: 993543.

HSL color Cylindrical-coordinate representation of color #07290F: hue angle of 134.12º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #07290F is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 41 15 -
CMYK 0.83 0 0.63 0.84
HSL 134.12º 0.71% 0.09% -
HSV(B) 134.12º 0.83% 0.16% -
XYZ 0.97 1.67 0.72 -
YUV 27.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 7 41 15 0.83 0 0.63 0.84 134.12 0.71 0.09
Hex 7 29 F 53 0 3F 54 86 47 9
Octal 7 51 17 123 0 77 124 206 107 11
Binary 111 101001 1111 1010011 0 111111 1010100 10000110 1000111 1001

Color Harmonies of #07290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07290F

Black with #07290F

Text Example


Text Example

White with #07290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,41,15); }

 H1.HeaderClassName
 {
   color: #07290F;
 }
 .AnyTagClassName
 {
   color: #07290F;
 }
</style>

background-color css

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

 a { background-color: rgb(7,41,15); }

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

border-color css

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

 span { border-color: rgb(7,41,15); }

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