#05290D

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

Shades of Deep Fir #05290D

Tints of Deep Fir #05290D

Color information

#05290D (or 0x05290D) is unknown color: approx Deep Fir. HEX triplet: 05, 29 and 0D. RGB value is (5,41,13). Sum of RGB (Red+Green+Blue) = 5+41+13=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 41 (16.41% from 255 or 69.49% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 41 - color contains mainly: green. Hex color #05290D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05290D is #FAD6F2. Grayscale: #1B1B1B. Windows color (decimal): -16439027 or 862469. OLE color: 862469.

HSL color Cylindrical-coordinate representation of color #05290D: hue angle of 133.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05290D is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB54113-
CMYK0.8800.680.84
HSL133.33º78.26%9.02%-
HSV(B)133.33º87.8%16.08%-
XYZ0.931.650.65-
YUV27.04120.07112.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 41 (16.41% from 255) = 69.49%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=8.47%
G=69.49%
B=22.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal541130.8800.680.84133.3378.269.02
Hex529D5804454854e9
Octal55115130010412420511611
Binary101101001110110110000100010010101001000010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05290D; }

 p { color: rgb(5,41,13); }

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

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

 a { background-color: rgb(5,41,13); }

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

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

 span { border-color: rgb(5,41,13); }

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