Html Css Color HEX #072E12 Deep Fir

📋 copy color: '#072E12'

red 7 ◦ green 46 ◦ blue 18

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

Shades of Deep Fir #072E12

Tints of Deep Fir #072E12

RGB

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

 GREEN value IS 46 (18.36% from 255) = 64.79%

 BLUE value IS 18 (7.42% from 255) = 25.35%

R = 9.86%
G = 64.79%
B = 25.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.61

 K value IS 0.82

RGB Variations

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

Color information

#072E12 (or 0x072E12) is known color: Deep Fir. HEX triplet: 07, 2E and 12. RGB value is (7,46,18). Sum of RGB (Red+Green+Blue) = 7+46+18=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 46 (18.36% from 255 or 64.79% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 46 - color contains mainly: green. Hex color #072E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072E12 is #F8D1ED. Grayscale: #1F1F1F. Windows color (decimal): -16306670 or 1191431. OLE color: 1191431.

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

Color convert

RGB 7 46 18 -
CMYK 0.85 0 0.61 0.82
HSL 136.92º 0.74% 0.1% -
HSV(B) 136.92º 0.85% 0.18% -
XYZ 1.17 2.04 0.9 -
YUV 31.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 7 46 18 0.85 0 0.61 0.82 136.92 0.74 0.1
Hex 7 2E 12 55 0 3D 52 89 4A A
Octal 7 56 22 125 0 75 122 211 112 12
Binary 111 101110 10010 1010101 0 111101 1010010 10001001 1001010 1010

Color Harmonies of #072E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072E12

Black with #072E12

Text Example


Text Example

White with #072E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,46,18); }

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

background-color css

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

 a { background-color: rgb(7,46,18); }

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

border-color css

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

 span { border-color: rgb(7,46,18); }

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