Html Css Color HEX #072B13 Deep Fir

📋 copy color: '#072B13'

red 7 ◦ green 43 ◦ blue 19

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

Shades of Deep Fir #072B13

Tints of Deep Fir #072B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 27.54%

R = 10.14%
G = 62.32%
B = 27.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.56

 K value IS 0.83

RGB Variations

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

Color information

#072B13 (or 0x072B13) is known color: Deep Fir. HEX triplet: 07, 2B and 13. RGB value is (7,43,19). Sum of RGB (Red+Green+Blue) = 7+43+19=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 43 (17.19% from 255 or 62.32% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 43 - color contains mainly: green. Hex color #072B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B13 is #F8D4EC. Grayscale: #1D1D1D. Windows color (decimal): -16307437 or 1256199. OLE color: 1256199.

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

Color convert

RGB 7 43 19 -
CMYK 0.84 0 0.56 0.83
HSL 140º 0.72% 0.1% -
HSV(B) 140º 0.84% 0.17% -
XYZ 1.07 1.82 0.91 -
YUV 29.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 7 43 19 0.84 0 0.56 0.83 140 0.72 0.1
Hex 7 2B 13 54 0 38 53 8C 48 A
Octal 7 53 23 124 0 70 123 214 110 12
Binary 111 101011 10011 1010100 0 111000 1010011 10001100 1001000 1010

Color Harmonies of #072B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B13

Black with #072B13

Text Example


Text Example

White with #072B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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