#08481A

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

Shades of Deep Fir #08481A

Tints of Deep Fir #08481A

Color information

#08481A (or 0x08481A) is unknown color: approx Deep Fir. HEX triplet: 08, 48 and 1A. RGB value is (8,72,26). Sum of RGB (Red+Green+Blue) = 8+72+26=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #08481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08481A is #F7B7E5. Grayscale: #2F2F2F. Windows color (decimal): -16234470 or 1722376. OLE color: 1722376.

HSL color Cylindrical-coordinate representation of color #08481A: hue angle of 136.88º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08481A is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB87226-
CMYK0.8900.640.72
HSL136.88º80%15.69%-
HSV(B)136.88º88.89%28.24%-
XYZ2.64.761.76-
YUV47.62115.899.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 72 (28.52% from 255) = 67.92%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=7.55%
G=67.92%
B=24.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872260.8900.640.72136.888015.69
Hex8481A5904048895010
Octal1011032131010011021112020
Binary1000100100011010101100101000000100100010001001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08481A; }

 p { color: rgb(8,72,26); }

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

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

 a { background-color: rgb(8,72,26); }

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

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

 span { border-color: rgb(8,72,26); }

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