#042D1C

Color #042D1C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #042D1C

Tints of Dark Green #042D1C

Color information

#042D1C (or 0x042D1C) is unknown color: approx Dark Green. HEX triplet: 04, 2D and 1C. RGB value is (4,45,28). Sum of RGB (Red+Green+Blue) = 4+45+28=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 45 (17.97% from 255 or 58.44% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 45 - color contains mainly: green. Hex color #042D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D1C is #FBD2E3. Grayscale: #1E1E1E. Windows color (decimal): -16503524 or 1846532. OLE color: 1846532.

HSL color Cylindrical-coordinate representation of color #042D1C: hue angle of 155.12º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042D1C is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.

Color convert

RGB44528-
CMYK0.9100.380.82
HSL155.12º83.67%9.61%-
HSV(B)155.12º91.11%17.65%-
XYZ1.21.991.42-
YUV30.8126.42108.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.19%
GREEN value IS 45 (17.97% from 255) = 58.44%
BLUE value IS 28 (11.33% from 255) = 36.36%
R=5.19%
G=58.44%
B=36.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal445280.9100.380.82155.1283.679.61
Hex42D1C5B026529b54a
Octal4553413304612223312412
Binary100101101111001011011010011010100101001101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,45,28); }

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

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

 a { background-color: rgb(4,45,28); }

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

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

 span { border-color: rgb(4,45,28); }

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