#00480B

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

Shades of Deep Fir #00480B

Tints of Deep Fir #00480B

Color information

#00480B (or 0x00480B) is unknown color: approx Deep Fir. HEX triplet: 00, 48 and 0B. RGB value is (0,72,11). Sum of RGB (Red+Green+Blue) = 0+72+11=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 72 (28.52% from 255 or 86.75% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 72 - color contains mainly: green. Hex color #00480B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00480B is #FFB7F4. Grayscale: #2B2B2B. Windows color (decimal): -16758773 or 739328. OLE color: 739328.

HSL color Cylindrical-coordinate representation of color #00480B: hue angle of 129.17º 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 #00480B is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB07211-
CMYK100.850.72
HSL129.17º100%14.12%-
HSV(B)129.17º100%28.24%-
XYZ2.384.661.09-
YUV43.52109.6596.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 86.75%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=0%
G=86.75%
B=13.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07211100.850.72129.1710014.12
Hex048B64055488164e
Octal011013144012511020114416
Binary01001000101111001000101010110010001000000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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