#052B0F

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

Shades of Deep Fir #052B0F

Tints of Deep Fir #052B0F

Color information

#052B0F (or 0x052B0F) is unknown color: approx Deep Fir. HEX triplet: 05, 2B and 0F. RGB value is (5,43,15). Sum of RGB (Red+Green+Blue) = 5+43+15=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 43 (17.19% from 255 or 68.25% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 43 - color contains mainly: green. Hex color #052B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052B0F is #FAD4F0. Grayscale: #1C1C1C. Windows color (decimal): -16438513 or 994053. OLE color: 994053.

HSL color Cylindrical-coordinate representation of color #052B0F: hue angle of 135.79º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052B0F is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.83.

Color convert

RGB54315-
CMYK0.8800.650.83
HSL135.79º79.17%9.41%-
HSV(B)135.79º88.37%16.86%-
XYZ1.011.790.74-
YUV28.45120.41111.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 43 (17.19% from 255) = 68.25%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=7.94%
G=68.25%
B=23.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal543150.8800.650.83135.7979.179.41
Hex52BF5804153884f9
Octal55317130010112321011711
Binary101101011111110110000100000110100111000100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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