#052A0B

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

Shades of Deep Fir #052A0B

Tints of Deep Fir #052A0B

Color information

#052A0B (or 0x052A0B) is unknown color: approx Deep Fir. HEX triplet: 05, 2A and 0B. RGB value is (5,42,11). Sum of RGB (Red+Green+Blue) = 5+42+11=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 42 (16.80% from 255 or 72.41% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 42 - color contains mainly: green. Hex color #052A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A0B is #FAD5F4. Grayscale: #1B1B1B. Windows color (decimal): -16438773 or 731653. OLE color: 731653.

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

Color convert

RGB54211-
CMYK0.8800.740.84
HSL129.73º78.72%9.22%-
HSV(B)129.73º88.1%16.47%-
XYZ0.951.710.6-
YUV27.4118.74112.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 42 (16.80% from 255) = 72.41%
BLUE value IS 11 (4.69% from 255) = 18.97%
R=8.62%
G=72.41%
B=18.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal542110.8800.740.84129.7378.729.22
Hex52AB5804A54824f9
Octal55213130011212420211711
Binary101101010101110110000100101010101001000001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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