Html Css Color HEX #084212 Deep Fir

📋 copy color: '#084212'

red 8 ◦ green 66 ◦ blue 18

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

Shades of Deep Fir #084212

Tints of Deep Fir #084212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 71.74%

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

R = 8.7%
G = 71.74%
B = 19.57%

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

#084212 (or 0x084212) is known color: Deep Fir. HEX triplet: 08, 42 and 12. RGB value is (8,66,18). Sum of RGB (Red+Green+Blue) = 8+66+18=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #084212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084212 is #F7BDED. Grayscale: #2B2B2B. Windows color (decimal): -16236014 or 1196552. OLE color: 1196552.

HSL color Cylindrical-coordinate representation of color #084212: hue angle of 130.34º degrees, saturation: 0.78, 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 #084212 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 66 18 -
CMYK 0.88 0 0.73 0.74
HSL 130.34º 0.78% 0.15% -
HSV(B) 130.34º 0.88% 0.26% -
XYZ 2.16 3.99 1.23 -
YUV 43.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 8 66 18 0.88 0 0.73 0.74 130.34 0.78 0.15
Hex 8 42 12 58 0 49 4A 82 4E F
Octal 10 102 22 130 0 111 112 202 116 17
Binary 1000 1000010 10010 1011000 0 1001001 1001010 10000010 1001110 1111

Color Harmonies of #084212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084212

Black with #084212

Text Example


Text Example

White with #084212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084212; }

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

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

background-color css

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

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

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

border-color css

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

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

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