#042F1F

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

Shades of Dark Green #042F1F

Tints of Dark Green #042F1F

Color information

#042F1F (or 0x042F1F) is unknown color: approx Dark Green. HEX triplet: 04, 2F and 1F. RGB value is (4,47,31). Sum of RGB (Red+Green+Blue) = 4+47+31=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #042F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F1F is #FBD0E0. Grayscale: #202020. Windows color (decimal): -16503009 or 2043652. OLE color: 2043652.

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

Color convert

RGB44731-
CMYK0.9100.340.82
HSL157.67º84.31%10%-
HSV(B)157.67º91.49%18.43%-
XYZ1.312.161.64-
YUV32.32127.25107.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.88%
GREEN value IS 47 (18.75% from 255) = 57.32%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=4.88%
G=57.32%
B=37.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal447310.9100.340.82157.6784.3110
Hex42F1F5B022529e54a
Octal4573713304212223612412
Binary100101111111111011011010001010100101001111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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