Html Css Color HEX #072B0C Deep Fir

📋 copy color: '#072B0C'

red 7 ◦ green 43 ◦ blue 12

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

Shades of Deep Fir #072B0C

Tints of Deep Fir #072B0C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 69.35%

 BLUE value IS 12 (5.08% from 255) = 19.35%

R = 11.29%
G = 69.35%
B = 19.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.83

RGB Variations

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

Color information

#072B0C (or 0x072B0C) is known color: Deep Fir. HEX triplet: 07, 2B and 0C. RGB value is (7,43,12). Sum of RGB (Red+Green+Blue) = 7+43+12=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 43 (17.19% from 255 or 69.35% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 43 - color contains mainly: green. Hex color #072B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B0C is #F8D4F3. Grayscale: #1C1C1C. Windows color (decimal): -16307444 or 797447. OLE color: 797447.

HSL color Cylindrical-coordinate representation of color #072B0C: hue angle of 128.33º degrees, saturation: 0.72, 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 #072B0C is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.

Color convert

RGB 7 43 12 -
CMYK 0.84 0 0.72 0.83
HSL 128.33º 0.72% 0.1% -
HSV(B) 128.33º 0.84% 0.17% -
XYZ 1.02 1.8 0.64 -
YUV 28.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 7 43 12 0.84 0 0.72 0.83 128.33 0.72 0.1
Hex 7 2B C 54 0 48 53 80 48 A
Octal 7 53 14 124 0 110 123 200 110 12
Binary 111 101011 1100 1010100 0 1001000 1010011 10000000 1001000 1010

Color Harmonies of #072B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B0C

Black with #072B0C

Text Example


Text Example

White with #072B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,43,12); }

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

background-color css

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

 a { background-color: rgb(7,43,12); }

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

border-color css

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

 span { border-color: rgb(7,43,12); }

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