#052A09

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

Shades of Deep Fir #052A09

Tints of Deep Fir #052A09

Color information

#052A09 (or 0x052A09) is unknown color: approx Deep Fir. HEX triplet: 05, 2A and 09. RGB value is (5,42,9). Sum of RGB (Red+Green+Blue) = 5+42+9=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 42 (16.80% from 255 or 75% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 42 - color contains mainly: green. Hex color #052A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A09 is #FAD5F6. Grayscale: #1B1B1B. Windows color (decimal): -16438775 or 600581. OLE color: 600581.

HSL color Cylindrical-coordinate representation of color #052A09: hue angle of 126.49º degrees, saturation: 0.79, 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 #052A09 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.84.

Color convert

RGB5429-
CMYK0.8800.790.84
HSL126.49º78.72%9.22%-
HSV(B)126.49º88.1%16.47%-
XYZ0.941.710.54-
YUV27.18117.74112.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 42 (16.80% from 255) = 75%
BLUE value IS 9 (3.91% from 255) = 16.07%
R=8.93%
G=75%
B=16.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal54290.8800.790.84126.4978.729.22
Hex52A95804F547e4f9
Octal55211130011712417611711
Binary10110101010011011000010011111010100111111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052A09; }

 p { color: rgb(5,42,9); }

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

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

 a { background-color: rgb(5,42,9); }

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

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

 span { border-color: rgb(5,42,9); }

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