#042C0F

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

Shades of Deep Fir #042C0F

Tints of Deep Fir #042C0F

Color information

#042C0F (or 0x042C0F) is unknown color: approx Deep Fir. HEX triplet: 04, 2C and 0F. RGB value is (4,44,15). Sum of RGB (Red+Green+Blue) = 4+44+15=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 44 (17.58% from 255 or 69.84% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 44 - color contains mainly: green. Hex color #042C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042C0F is #FBD3F0. Grayscale: #1C1C1C. Windows color (decimal): -16503793 or 994308. OLE color: 994308.

HSL color Cylindrical-coordinate representation of color #042C0F: hue angle of 136.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042C0F is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.

Color convert

RGB44415-
CMYK0.9100.660.83
HSL136.5º83.33%9.41%-
HSV(B)136.5º90.91%17.25%-
XYZ1.041.860.76-
YUV28.73120.25110.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 44 (17.58% from 255) = 69.84%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=6.35%
G=69.84%
B=23.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal444150.9100.660.83136.583.339.41
Hex42CF5B0425388539
Octal45417133010212321012311
Binary100101100111110110110100001010100111000100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,44,15); }

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

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

 a { background-color: rgb(4,44,15); }

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

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

 span { border-color: rgb(4,44,15); }

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