Shades of Dark Green #042614
Tints of Dark Green #042614
RGB
CMYK
RGB Variations
Color information
#042614 (or 0x042614) is known color: Dark Green. HEX triplet: 04, 26 and 14. RGB value is (4,38,20). Sum of RGB (Red+Green+Blue) = 4+38+20=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #042614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042614 is #FBD9EB. Grayscale: #191919. Windows color (decimal): -16505324 or 1320452. OLE color: 1320452.
HSL color Cylindrical-coordinate representation of color #042614: hue angle of 148.24º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042614 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 20 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.85 |
| HSL | 148.24º | 0.81% | 0.08% | - |
| HSV(B) | 148.24º | 0.89% | 0.15% | - |
| XYZ | 0.87 | 1.46 | 0.9 | - |
| YUV | 25.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 20 | 0.89 | 0 | 0.47 | 0.85 | 148.24 | 0.81 | 0.08 |
| Hex | 4 | 26 | 14 | 59 | 0 | 2F | 55 | 94 | 51 | 8 |
| Octal | 4 | 46 | 24 | 131 | 0 | 57 | 125 | 224 | 121 | 10 |
| Binary | 100 | 100110 | 10100 | 1011001 | 0 | 101111 | 1010101 | 10010100 | 1010001 | 1000 |
Color Harmonies of #042614
Complementary color
Monochromatic Colors of #042614
Black with #042614
Text Example
Text Example
White with #042614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042614; }
p { color: rgb(4,38,20); }
H1.HeaderClassName
{
color: #042614;
}
.AnyTagClassName
{
color: #042614;
}
</style>
background-color css
<style>
a { background-color: #042614; }
a { background-color: rgb(4,38,20); }
div.DivClassName
{
background-color: #042614;
}
.BgClassName
{
background-color: #042614;
}
</style>
border-color css
<style>
span { border-color: #042614; }
span { border-color: rgb(4,38,20); }
td.TdClassName
{
border-color: #042614;
}
.TagClassName
{
border-color: #042614;
}
</style>