Html Css Color HEX #073F1A Deep Fir

📋 copy color: '#073F1A'

red 7 ◦ green 63 ◦ blue 26

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

Shades of Deep Fir #073F1A

Tints of Deep Fir #073F1A

RGB

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

 GREEN value IS 63 (25% from 255) = 65.63%

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

R = 7.29%
G = 65.63%
B = 27.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#073F1A (or 0x073F1A) is known color: Deep Fir. HEX triplet: 07, 3F and 1A. RGB value is (7,63,26). Sum of RGB (Red+Green+Blue) = 7+63+26=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 63 (25% from 255 or 65.62% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 63 - color contains mainly: green. Hex color #073F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F1A is #F8C0E5. Grayscale: #2A2A2A. Windows color (decimal): -16302310 or 1720071. OLE color: 1720071.

HSL color Cylindrical-coordinate representation of color #073F1A: hue angle of 140.36º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F1A is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 63 26 -
CMYK 0.89 0 0.59 0.75
HSL 140.36º 0.8% 0.14% -
HSV(B) 140.36º 0.89% 0.25% -
XYZ 2.05 3.67 1.58 -
YUV 42.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 7 63 26 0.89 0 0.59 0.75 140.36 0.8 0.14
Hex 7 3F 1A 59 0 3B 4B 8C 50 E
Octal 7 77 32 131 0 73 113 214 120 16
Binary 111 111111 11010 1011001 0 111011 1001011 10001100 1010000 1110

Color Harmonies of #073F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F1A

Black with #073F1A

Text Example


Text Example

White with #073F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073F1A; }

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

 H1.HeaderClassName
 {
   color: #073F1A;
 }
 .AnyTagClassName
 {
   color: #073F1A;
 }
</style>

background-color css

<style>
 a { background-color: #073F1A; }

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

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

border-color css

<style>
 span { border-color: #073F1A; }

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

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