Html Css Color HEX #084B18 Deep Fir

📋 copy color: '#084B18'

red 8 ◦ green 75 ◦ blue 24

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

Shades of Deep Fir #084B18

Tints of Deep Fir #084B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 70.09%

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

R = 7.48%
G = 70.09%
B = 22.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#084B18 (or 0x084B18) is known color: Deep Fir. HEX triplet: 08, 4B and 18. RGB value is (8,75,24). Sum of RGB (Red+Green+Blue) = 8+75+24=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #084B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084B18 is #F7B4E7. Grayscale: #313131. Windows color (decimal): -16233704 or 1592072. OLE color: 1592072.

HSL color Cylindrical-coordinate representation of color #084B18: hue angle of 134.33º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084B18 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 75 24 -
CMYK 0.89 0 0.68 0.71
HSL 134.33º 0.81% 0.16% -
HSV(B) 134.33º 0.89% 0.29% -
XYZ 2.78 5.15 1.71 -
YUV 49.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 8 75 24 0.89 0 0.68 0.71 134.33 0.81 0.16
Hex 8 4B 18 59 0 44 47 86 51 10
Octal 10 113 30 131 0 104 107 206 121 20
Binary 1000 1001011 11000 1011001 0 1000100 1000111 10000110 1010001 10000

Color Harmonies of #084B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084B18

Black with #084B18

Text Example


Text Example

White with #084B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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