#084B18

Color #084B18 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #084B18

Tints of Deep Fir #084B18

Color information

#084B18 (or 0x084B18) is unknown color: approx 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

RGB87524-
CMYK0.8900.680.71
HSL134.33º80.72%16.27%-
HSV(B)134.33º89.33%29.41%-
XYZ2.785.151.71-
YUV49.15113.898.65-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875240.8900.680.71134.3380.7216.27
Hex84B185904447865110
Octal1011330131010410720612120
Binary1000100101111000101100101000100100011110000110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>