#002908

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

Shades of Deep Fir #002908

Tints of Deep Fir #002908

Color information

#002908 (or 0x002908) is unknown color: approx Deep Fir. HEX triplet: 00, 29 and 08. RGB value is (0,41,8). Sum of RGB (Red+Green+Blue) = 0+41+8=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 41 (16.41% from 255 or 83.67% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 41 - color contains mainly: green. Hex color #002908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002908 is #FFD6F7. Grayscale: #191919. Windows color (decimal): -16766712 or 534784. OLE color: 534784.

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

Color convert

RGB0418-
CMYK100.800.84
HSL131.71º100%8.04%-
HSV(B)131.71º100%16.08%-
XYZ0.841.60.5-
YUV24.98118.42110.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 83.67%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=0%
G=83.67%
B=16.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0418100.800.84131.711008.04
Hex0298640505484648
Octal05110144012012420414410
Binary0101001100011001000101000010101001000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002908; }

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

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

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

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

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

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

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

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