#042A0B

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

Shades of Deep Fir #042A0B

Tints of Deep Fir #042A0B

Color information

#042A0B (or 0x042A0B) is unknown color: approx Deep Fir. HEX triplet: 04, 2A and 0B. RGB value is (4,42,11). Sum of RGB (Red+Green+Blue) = 4+42+11=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 42 (16.80% from 255 or 73.68% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 42 - color contains mainly: green. Hex color #042A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042A0B is #FBD5F4. Grayscale: #1B1B1B. Windows color (decimal): -16504309 or 731652. OLE color: 731652.

HSL color Cylindrical-coordinate representation of color #042A0B: hue angle of 131.05º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042A0B is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.84.

Color convert

RGB44211-
CMYK0.9000.740.84
HSL131.05º82.61%9.02%-
HSV(B)131.05º90.48%16.47%-
XYZ0.941.710.6-
YUV27.1118.91111.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 42 (16.80% from 255) = 73.68%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=7.02%
G=73.68%
B=19.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal442110.9000.740.84131.0582.619.02
Hex42AB5A04A5483539
Octal45213132011212420312311
Binary100101010101110110100100101010101001000001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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