#003108

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

Shades of Deep Fir #003108

Tints of Deep Fir #003108

Color information

#003108 (or 0x003108) is unknown color: approx Deep Fir. HEX triplet: 00, 31 and 08. RGB value is (0,49,8). Sum of RGB (Red+Green+Blue) = 0+49+8=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 49 (19.53% from 255 or 85.96% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 49 - color contains mainly: green. Hex color #003108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003108 is #FFCEF7. Grayscale: #1D1D1D. Windows color (decimal): -16764664 or 536832. OLE color: 536832.

HSL color Cylindrical-coordinate representation of color #003108: hue angle of 129.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003108 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.

Color convert

RGB0498-
CMYK100.840.81
HSL129.8º100%9.61%-
HSV(B)129.8º100%19.22%-
XYZ1.142.210.6-
YUV29.67115.77106.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 85.96%
BLUE value IS 8 (3.52% from 255) = 14.04%
R=0%
G=85.96%
B=14.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0498100.840.81129.81009.61
Hex031864054518264a
Octal06110144012412120214412
Binary0110001100011001000101010010100011000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003108; }

 p { color: rgb(0,49,8); }

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

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

 a { background-color: rgb(0,49,8); }

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

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

 span { border-color: rgb(0,49,8); }

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