#042C1A

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

Shades of Dark Green #042C1A

Tints of Dark Green #042C1A

Color information

#042C1A (or 0x042C1A) is unknown color: approx Dark Green. HEX triplet: 04, 2C and 1A. RGB value is (4,44,26). Sum of RGB (Red+Green+Blue) = 4+44+26=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 44 (17.58% from 255 or 59.46% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 44 - color contains mainly: green. Hex color #042C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C1A is #FBD3E5. Grayscale: #1E1E1E. Windows color (decimal): -16503782 or 1715204. OLE color: 1715204.

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

Color convert

RGB44426-
CMYK0.9100.410.83
HSL153º83.33%9.41%-
HSV(B)153º90.91%17.25%-
XYZ1.141.91.28-
YUV29.99125.75109.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 44 (17.58% from 255) = 59.46%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=5.41%
G=59.46%
B=35.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal444260.9100.410.8315383.339.41
Hex42C1A5B0295399539
Octal4543213305112323112311
Binary100101100110101011011010100110100111001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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