Html Css Color HEX #072C0B Deep Fir

📋 copy color: '#072C0B'

red 7 ◦ green 44 ◦ blue 11

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

Shades of Deep Fir #072C0B

Tints of Deep Fir #072C0B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 70.97%

 BLUE value IS 11 (4.69% from 255) = 17.74%

R = 11.29%
G = 70.97%
B = 17.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.83

RGB Variations

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

Color information

#072C0B (or 0x072C0B) is known color: Deep Fir. HEX triplet: 07, 2C and 0B. RGB value is (7,44,11). Sum of RGB (Red+Green+Blue) = 7+44+11=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 44 (17.58% from 255 or 70.97% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 44 - color contains mainly: green. Hex color #072C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072C0B is #F8D3F4. Grayscale: #1D1D1D. Windows color (decimal): -16307189 or 732167. OLE color: 732167.

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

Color convert

RGB 7 44 11 -
CMYK 0.84 0 0.75 0.83
HSL 126.49º 0.73% 0.1% -
HSV(B) 126.49º 0.84% 0.17% -
XYZ 1.05 1.87 0.62 -
YUV 29.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 7 44 11 0.84 0 0.75 0.83 126.49 0.73 0.1
Hex 7 2C B 54 0 4B 53 7E 49 A
Octal 7 54 13 124 0 113 123 176 111 12
Binary 111 101100 1011 1010100 0 1001011 1010011 1111110 1001001 1010

Color Harmonies of #072C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C0B

Black with #072C0B

Text Example


Text Example

White with #072C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,44,11); }

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

background-color css

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

 a { background-color: rgb(7,44,11); }

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

border-color css

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

 span { border-color: rgb(7,44,11); }

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