#052A0D

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

Shades of Deep Fir #052A0D

Tints of Deep Fir #052A0D

Color information

#052A0D (or 0x052A0D) is unknown color: approx Deep Fir. HEX triplet: 05, 2A and 0D. RGB value is (5,42,13). Sum of RGB (Red+Green+Blue) = 5+42+13=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 42 (16.80% from 255 or 70% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 42 - color contains mainly: green. Hex color #052A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A0D is #FAD5F2. Grayscale: #1B1B1B. Windows color (decimal): -16438771 or 862725. OLE color: 862725.

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

Color convert

RGB54213-
CMYK0.8800.690.84
HSL132.97º78.72%9.22%-
HSV(B)132.97º88.1%16.47%-
XYZ0.961.720.66-
YUV27.63119.74111.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 42 (16.80% from 255) = 70%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=8.33%
G=70%
B=21.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal542130.8800.690.84132.9778.729.22
Hex52AD5804554854f9
Octal55215130010512420511711
Binary101101010110110110000100010110101001000010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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