#052A0F

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

Shades of Deep Fir #052A0F

Tints of Deep Fir #052A0F

Color information

#052A0F (or 0x052A0F) is unknown color: approx Deep Fir. HEX triplet: 05, 2A and 0F. RGB value is (5,42,15). Sum of RGB (Red+Green+Blue) = 5+42+15=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 42 (16.80% from 255 or 67.74% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 42 - color contains mainly: green. Hex color #052A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A0F is #FAD5F0. Grayscale: #1B1B1B. Windows color (decimal): -16438769 or 993797. OLE color: 993797.

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

Color convert

RGB54215-
CMYK0.8800.640.84
HSL136.22º78.72%9.22%-
HSV(B)136.22º88.1%16.47%-
XYZ0.981.720.73-
YUV27.86120.74111.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 42 (16.80% from 255) = 67.74%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=8.06%
G=67.74%
B=24.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal542150.8800.640.84136.2278.729.22
Hex52AF5804054884f9
Octal55217130010012421011711
Binary101101010111110110000100000010101001000100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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