#042D1B

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

Shades of Dark Green #042D1B

Tints of Dark Green #042D1B

Color information

#042D1B (or 0x042D1B) is unknown color: approx Dark Green. HEX triplet: 04, 2D and 1B. RGB value is (4,45,27). Sum of RGB (Red+Green+Blue) = 4+45+27=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 45 (17.97% from 255 or 59.21% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 45 - color contains mainly: green. Hex color #042D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D1B is #FBD2E4. Grayscale: #1E1E1E. Windows color (decimal): -16503525 or 1780996. OLE color: 1780996.

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

Color convert

RGB44527-
CMYK0.9100.40.82
HSL153.66º83.67%9.61%-
HSV(B)153.66º91.11%17.65%-
XYZ1.191.981.36-
YUV30.69125.92108.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 45 (17.97% from 255) = 59.21%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=5.26%
G=59.21%
B=35.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal445270.9100.40.82153.6683.679.61
Hex42D1B5B028529a54a
Octal4553313305012223212412
Binary100101101110111011011010100010100101001101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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