#052C0F

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

Shades of Deep Fir #052C0F

Tints of Deep Fir #052C0F

Color information

#052C0F (or 0x052C0F) is unknown color: approx Deep Fir. HEX triplet: 05, 2C and 0F. RGB value is (5,44,15). Sum of RGB (Red+Green+Blue) = 5+44+15=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 44 (17.58% from 255 or 68.75% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 44 - color contains mainly: green. Hex color #052C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052C0F is #FAD3F0. Grayscale: #1D1D1D. Windows color (decimal): -16438257 or 994309. OLE color: 994309.

HSL color Cylindrical-coordinate representation of color #052C0F: hue angle of 135.38º 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 #052C0F is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.

Color convert

RGB54415-
CMYK0.8900.660.83
HSL135.38º79.59%9.61%-
HSV(B)135.38º88.64%17.25%-
XYZ1.051.870.76-
YUV29.03120.08110.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 44 (17.58% from 255) = 68.75%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=7.81%
G=68.75%
B=23.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal544150.8900.660.83135.3879.599.61
Hex52CF59042538750a
Octal55417131010212320712012
Binary101101100111110110010100001010100111000011110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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