#08300F

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

Shades of Deep Fir #08300F

Tints of Deep Fir #08300F

Color information

#08300F (or 0x08300F) is unknown color: approx Deep Fir. HEX triplet: 08, 30 and 0F. RGB value is (8,48,15). Sum of RGB (Red+Green+Blue) = 8+48+15=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #08300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08300F is #F7CFF0. Grayscale: #202020. Windows color (decimal): -16240625 or 995336. OLE color: 995336.

HSL color Cylindrical-coordinate representation of color #08300F: hue angle of 130.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08300F is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB84815-
CMYK0.8300.690.81
HSL130.5º71.43%10.98%-
HSV(B)130.5º83.33%18.82%-
XYZ1.242.20.81-
YUV32.28118.25110.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 48 (19.14% from 255) = 67.61%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=11.27%
G=67.61%
B=21.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal848150.8300.690.81130.571.4310.98
Hex830F53045518247b
Octal106017123010512120210713
Binary1000110000111110100110100010110100011000001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08300F; }

 p { color: rgb(8,48,15); }

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

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

 a { background-color: rgb(8,48,15); }

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

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

 span { border-color: rgb(8,48,15); }

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