#042F19

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

Shades of Dark Green #042F19

Tints of Dark Green #042F19

Color information

#042F19 (or 0x042F19) is unknown color: approx Dark Green. HEX triplet: 04, 2F and 19. RGB value is (4,47,25). Sum of RGB (Red+Green+Blue) = 4+47+25=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 47 (18.75% from 255 or 61.84% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 47 - color contains mainly: green. Hex color #042F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042F19 is #FBD0E6. Grayscale: #1F1F1F. Windows color (decimal): -16503015 or 1650436. OLE color: 1650436.

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

Color convert

RGB44725-
CMYK0.9100.470.82
HSL149.3º84.31%10%-
HSV(B)149.3º91.49%18.43%-
XYZ1.242.131.27-
YUV31.64124.25108.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 47 (18.75% from 255) = 61.84%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=5.26%
G=61.84%
B=32.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal447250.9100.470.82149.384.3110
Hex42F195B02F529554a
Octal4573113305712222512412
Binary100101111110011011011010111110100101001010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,47,25); }

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

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

 a { background-color: rgb(4,47,25); }

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

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

 span { border-color: rgb(4,47,25); }

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