#052A0E

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

Shades of Deep Fir #052A0E

Tints of Deep Fir #052A0E

Color information

#052A0E (or 0x052A0E) is unknown color: approx Deep Fir. HEX triplet: 05, 2A and 0E. RGB value is (5,42,14). Sum of RGB (Red+Green+Blue) = 5+42+14=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 42 (16.80% from 255 or 68.85% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 42 - color contains mainly: green. Hex color #052A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A0E is #FAD5F1. Grayscale: #1B1B1B. Windows color (decimal): -16438770 or 928261. OLE color: 928261.

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

Color convert

RGB54214-
CMYK0.8800.670.84
HSL134.59º78.72%9.22%-
HSV(B)134.59º88.1%16.47%-
XYZ0.971.720.7-
YUV27.74120.24111.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 42 (16.80% from 255) = 68.85%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=8.20%
G=68.85%
B=22.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal542140.8800.670.84134.5978.729.22
Hex52AE5804354874f9
Octal55216130010312420711711
Binary101101010111010110000100001110101001000011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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