#084B15

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

Shades of Deep Fir #084B15

Tints of Deep Fir #084B15

Color information

#084B15 (or 0x084B15) is unknown color: approx Deep Fir. HEX triplet: 08, 4B and 15. RGB value is (8,75,21). Sum of RGB (Red+Green+Blue) = 8+75+21=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 75 (29.69% from 255 or 72.12% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 75 - color contains mainly: green. Hex color #084B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084B15 is #F7B4EA. Grayscale: #303030. Windows color (decimal): -16233707 or 1395464. OLE color: 1395464.

HSL color Cylindrical-coordinate representation of color #084B15: hue angle of 131.64º 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 #084B15 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB87521-
CMYK0.8900.720.71
HSL131.64º80.72%16.27%-
HSV(B)131.64º89.33%29.41%-
XYZ2.755.141.56-
YUV48.81112.398.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 75 (29.69% from 255) = 72.12%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=7.69%
G=72.12%
B=20.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal875210.8900.720.71131.6480.7216.27
Hex84B155904847845110
Octal1011325131011010720412120
Binary1000100101110101101100101001000100011110000100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #084B15;
 }
 .AnyTagClassName
 {
   color: #084B15;
 }
</style>
background-color css

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

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

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

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

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

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