#052B0B

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

Shades of Deep Fir #052B0B

Tints of Deep Fir #052B0B

Color information

#052B0B (or 0x052B0B) is unknown color: approx Deep Fir. HEX triplet: 05, 2B and 0B. RGB value is (5,43,11). Sum of RGB (Red+Green+Blue) = 5+43+11=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 43 (17.19% from 255 or 72.88% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 43 - color contains mainly: green. Hex color #052B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052B0B is #FAD4F4. Grayscale: #1C1C1C. Windows color (decimal): -16438517 or 731909. OLE color: 731909.

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

Color convert

RGB54311-
CMYK0.8800.740.83
HSL129.47º79.17%9.41%-
HSV(B)129.47º88.37%16.86%-
XYZ0.991.780.61-
YUV27.99118.41111.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 43 (17.19% from 255) = 72.88%
BLUE value IS 11 (4.69% from 255) = 18.64%
R=8.47%
G=72.88%
B=18.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal543110.8800.740.83129.4779.179.41
Hex52BB5804A53814f9
Octal55313130011212320111711
Binary101101011101110110000100101010100111000000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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