Html Css Color HEX #07441A Deep Fir

📋 copy color: '#07441A'

red 7 ◦ green 68 ◦ blue 26

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

Shades of Deep Fir #07441A

Tints of Deep Fir #07441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 67.33%

 BLUE value IS 26 (10.55% from 255) = 25.74%

R = 6.93%
G = 67.33%
B = 25.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#07441A (or 0x07441A) is known color: Deep Fir. HEX triplet: 07, 44 and 1A. RGB value is (7,68,26). Sum of RGB (Red+Green+Blue) = 7+68+26=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 68 (26.95% from 255 or 67.33% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 68 - color contains mainly: green. Hex color #07441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07441A is #F8BBE5. Grayscale: #2D2D2D. Windows color (decimal): -16301030 or 1721351. OLE color: 1721351.

HSL color Cylindrical-coordinate representation of color #07441A: hue angle of 138.69º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07441A is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 26 -
CMYK 0.90 0 0.62 0.73
HSL 138.69º 0.81% 0.15% -
HSV(B) 138.69º 0.9% 0.27% -
XYZ 2.34 4.25 1.67 -
YUV 44.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 7 68 26 0.90 0 0.62 0.73 138.69 0.81 0.15
Hex 7 44 1A 5A 0 3E 49 8B 51 F
Octal 7 104 32 132 0 76 111 213 121 17
Binary 111 1000100 11010 1011010 0 111110 1001001 10001011 1010001 1111

Color Harmonies of #07441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07441A

Black with #07441A

Text Example


Text Example

White with #07441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07441A; }

 p { color: rgb(7,68,26); }

 H1.HeaderClassName
 {
   color: #07441A;
 }
 .AnyTagClassName
 {
   color: #07441A;
 }
</style>

background-color css

<style>
 a { background-color: #07441A; }

 a { background-color: rgb(7,68,26); }

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

border-color css

<style>
 span { border-color: #07441A; }

 span { border-color: rgb(7,68,26); }

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