Html Css Color HEX #084218 Deep Fir

📋 copy color: '#084218'

red 8 ◦ green 66 ◦ blue 24

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

Shades of Deep Fir #084218

Tints of Deep Fir #084218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24.49%

R = 8.16%
G = 67.35%
B = 24.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#084218 (or 0x084218) is known color: Deep Fir. HEX triplet: 08, 42 and 18. RGB value is (8,66,24). Sum of RGB (Red+Green+Blue) = 8+66+24=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #084218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084218 is #F7BDE7. Grayscale: #2B2B2B. Windows color (decimal): -16236008 or 1589768. OLE color: 1589768.

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

Color convert

RGB 8 66 24 -
CMYK 0.88 0 0.64 0.74
HSL 136.55º 0.78% 0.15% -
HSV(B) 136.55º 0.88% 0.26% -
XYZ 2.21 4.01 1.52 -
YUV 43.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 8 66 24 0.88 0 0.64 0.74 136.55 0.78 0.15
Hex 8 42 18 58 0 40 4A 89 4E F
Octal 10 102 30 130 0 100 112 211 116 17
Binary 1000 1000010 11000 1011000 0 1000000 1001010 10001001 1001110 1111

Color Harmonies of #084218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084218

Black with #084218

Text Example


Text Example

White with #084218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084218; }

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

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

background-color css

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

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

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

border-color css

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

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

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