Html Css Color HEX #084312 Deep Fir

📋 copy color: '#084312'

red 8 ◦ green 67 ◦ blue 18

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

Shades of Deep Fir #084312

Tints of Deep Fir #084312

RGB

 RED value IS 8 (3.52% from 255) = 8.6%

 GREEN value IS 67 (26.56% from 255) = 72.04%

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

R = 8.6%
G = 72.04%
B = 19.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#084312 (or 0x084312) is known color: Deep Fir. HEX triplet: 08, 43 and 12. RGB value is (8,67,18). Sum of RGB (Red+Green+Blue) = 8+67+18=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 67 (26.56% from 255 or 72.04% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 67 - color contains mainly: green. Hex color #084312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084312 is #F7BCED. Grayscale: #2B2B2B. Windows color (decimal): -16235758 or 1196808. OLE color: 1196808.

HSL color Cylindrical-coordinate representation of color #084312: hue angle of 130.17º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084312 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 67 18 -
CMYK 0.88 0 0.73 0.74
HSL 130.17º 0.79% 0.15% -
HSV(B) 130.17º 0.88% 0.26% -
XYZ 2.22 4.11 1.25 -
YUV 43.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 8 67 18 0.88 0 0.73 0.74 130.17 0.79 0.15
Hex 8 43 12 58 0 49 4A 82 4F F
Octal 10 103 22 130 0 111 112 202 117 17
Binary 1000 1000011 10010 1011000 0 1001001 1001010 10000010 1001111 1111

Color Harmonies of #084312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084312

Black with #084312

Text Example


Text Example

White with #084312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084312; }

 p { color: rgb(8,67,18); }

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

background-color css

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

 a { background-color: rgb(8,67,18); }

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

border-color css

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

 span { border-color: rgb(8,67,18); }

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