#042D1A

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

Shades of Dark Green #042D1A

Tints of Dark Green #042D1A

Color information

#042D1A (or 0x042D1A) is unknown color: approx Dark Green. HEX triplet: 04, 2D and 1A. RGB value is (4,45,26). Sum of RGB (Red+Green+Blue) = 4+45+26=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 45 (17.97% from 255 or 60% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 45 - color contains mainly: green. Hex color #042D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D1A is #FBD2E5. Grayscale: #1E1E1E. Windows color (decimal): -16503526 or 1715460. OLE color: 1715460.

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

Color convert

RGB44526-
CMYK0.9100.420.82
HSL152.2º83.67%9.61%-
HSV(B)152.2º91.11%17.65%-
XYZ1.171.981.3-
YUV30.58125.42109.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 45 (17.97% from 255) = 60%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=5.33%
G=60%
B=34.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal445260.9100.420.82152.283.679.61
Hex42D1A5B02A529854a
Octal4553213305212223012412
Binary100101101110101011011010101010100101001100010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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