#042C10

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

Shades of Deep Fir #042C10

Tints of Deep Fir #042C10

Color information

#042C10 (or 0x042C10) is unknown color: approx Deep Fir. HEX triplet: 04, 2C and 10. RGB value is (4,44,16). Sum of RGB (Red+Green+Blue) = 4+44+16=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 44 (17.58% from 255 or 68.75% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 44 - color contains mainly: green. Hex color #042C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042C10 is #FBD3EF. Grayscale: #1C1C1C. Windows color (decimal): -16503792 or 1059844. OLE color: 1059844.

HSL color Cylindrical-coordinate representation of color #042C10: hue angle of 138º 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 #042C10 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.

Color convert

RGB44416-
CMYK0.9100.640.83
HSL138º83.33%9.41%-
HSV(B)138º90.91%17.25%-
XYZ1.041.860.8-
YUV28.85120.75110.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 44 (17.58% from 255) = 68.75%
BLUE value IS 16 (6.64% from 255) = 25%
R=6.25%
G=68.75%
B=25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal444160.9100.640.8313883.339.41
Hex42C105B040538a539
Octal45420133010012321212311
Binary1001011001000010110110100000010100111000101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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