#042C1E

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

Shades of Dark Green #042C1E

Tints of Dark Green #042C1E

Color information

#042C1E (or 0x042C1E) is unknown color: approx Dark Green. HEX triplet: 04, 2C and 1E. RGB value is (4,44,30). Sum of RGB (Red+Green+Blue) = 4+44+30=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #042C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C1E is #FBD3E1. Grayscale: #1E1E1E. Windows color (decimal): -16503778 or 1977348. OLE color: 1977348.

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

Color convert

RGB44430-
CMYK0.9100.320.83
HSL159º83.33%9.41%-
HSV(B)159º90.91%17.25%-
XYZ1.191.921.54-
YUV30.44127.75109.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 44 (17.58% from 255) = 56.41%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=5.13%
G=56.41%
B=38.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal444300.9100.320.8315983.339.41
Hex42C1E5B020539f539
Octal4543613304012323712311
Binary100101100111101011011010000010100111001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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