Html Css Color HEX #072D0F Deep Fir

📋 copy color: '#072D0F'

red 7 ◦ green 45 ◦ blue 15

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

Shades of Deep Fir #072D0F

Tints of Deep Fir #072D0F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 67.16%

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

R = 10.45%
G = 67.16%
B = 22.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.82

RGB Variations

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

Color information

#072D0F (or 0x072D0F) is known color: Deep Fir. HEX triplet: 07, 2D and 0F. RGB value is (7,45,15). Sum of RGB (Red+Green+Blue) = 7+45+15=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 45 (17.97% from 255 or 67.16% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 45 - color contains mainly: green. Hex color #072D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072D0F is #F8D2F0. Grayscale: #1E1E1E. Windows color (decimal): -16306929 or 994567. OLE color: 994567.

HSL color Cylindrical-coordinate representation of color #072D0F: hue angle of 132.63º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072D0F is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 45 15 -
CMYK 0.84 0 0.67 0.82
HSL 132.63º 0.73% 0.1% -
HSV(B) 132.63º 0.84% 0.18% -
XYZ 1.11 1.96 0.77 -
YUV 30.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 7 45 15 0.84 0 0.67 0.82 132.63 0.73 0.1
Hex 7 2D F 54 0 43 52 85 49 A
Octal 7 55 17 124 0 103 122 205 111 12
Binary 111 101101 1111 1010100 0 1000011 1010010 10000101 1001001 1010

Color Harmonies of #072D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D0F

Black with #072D0F

Text Example


Text Example

White with #072D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072D0F; }

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

 H1.HeaderClassName
 {
   color: #072D0F;
 }
 .AnyTagClassName
 {
   color: #072D0F;
 }
</style>

background-color css

<style>
 a { background-color: #072D0F; }

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

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

border-color css

<style>
 span { border-color: #072D0F; }

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

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