#052C0D

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

Shades of Deep Fir #052C0D

Tints of Deep Fir #052C0D

Color information

#052C0D (or 0x052C0D) is unknown color: approx Deep Fir. HEX triplet: 05, 2C and 0D. RGB value is (5,44,13). Sum of RGB (Red+Green+Blue) = 5+44+13=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 44 (17.58% from 255 or 70.97% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 44 - color contains mainly: green. Hex color #052C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052C0D is #FAD3F2. Grayscale: #1C1C1C. Windows color (decimal): -16438259 or 863237. OLE color: 863237.

HSL color Cylindrical-coordinate representation of color #052C0D: hue angle of 132.31º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052C0D is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.83.

Color convert

RGB54413-
CMYK0.8900.700.83
HSL132.31º79.59%9.61%-
HSV(B)132.31º88.64%17.25%-
XYZ1.041.860.69-
YUV28.8119.08111.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 44 (17.58% from 255) = 70.97%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=8.06%
G=70.97%
B=20.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal544130.8900.700.83132.3179.599.61
Hex52CD59046538450a
Octal55415131010612320412012
Binary101101100110110110010100011010100111000010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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