#00470B

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

Shades of Deep Fir #00470B

Tints of Deep Fir #00470B

Color information

#00470B (or 0x00470B) is unknown color: approx Deep Fir. HEX triplet: 00, 47 and 0B. RGB value is (0,71,11). Sum of RGB (Red+Green+Blue) = 0+71+11=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 71 (28.12% from 255 or 86.59% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 71 - color contains mainly: green. Hex color #00470B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00470B is #FFB8F4. Grayscale: #2B2B2B. Windows color (decimal): -16759029 or 739072. OLE color: 739072.

HSL color Cylindrical-coordinate representation of color #00470B: hue angle of 129.3º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00470B is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB07111-
CMYK100.850.72
HSL129.3º100%13.92%-
HSV(B)129.3º100%27.84%-
XYZ2.314.531.07-
YUV42.93109.9897.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 86.59%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=0%
G=86.59%
B=13.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07111100.850.72129.310013.92
Hex047B64055488164e
Octal010713144012511020114416
Binary01000111101111001000101010110010001000000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00470B; }

 p { color: rgb(0,71,11); }

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

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

 a { background-color: rgb(0,71,11); }

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

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

 span { border-color: rgb(0,71,11); }

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