Shades of Dark Green #04231F
Tints of Dark Green #04231F
RGB
CMYK
RGB Variations
Color information
#04231F (or 0x04231F) is known color: Dark Green. HEX triplet: 04, 23 and 1F. RGB value is (4,35,31). Sum of RGB (Red+Green+Blue) = 4+35+31=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #04231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04231F is #FBDCE0. Grayscale: #191919. Windows color (decimal): -16506081 or 2040580. OLE color: 2040580.
HSL color Cylindrical-coordinate representation of color #04231F: hue angle of 172.26º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04231F is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 35 | 31 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.86 |
| HSL | 172.26º | 0.79% | 0.08% | - |
| HSV(B) | 172.26º | 0.89% | 0.14% | - |
| XYZ | 0.9 | 1.33 | 1.51 | - |
| YUV | 25.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 31 | 0.89 | 0 | 0.11 | 0.86 | 172.26 | 0.79 | 0.08 |
| Hex | 4 | 23 | 1F | 59 | 0 | B | 56 | AC | 4F | 8 |
| Octal | 4 | 43 | 37 | 131 | 0 | 13 | 126 | 254 | 117 | 10 |
| Binary | 100 | 100011 | 11111 | 1011001 | 0 | 1011 | 1010110 | 10101100 | 1001111 | 1000 |
Color Harmonies of #04231F
Complementary color
Monochromatic Colors of #04231F
Black with #04231F
Text Example
Text Example
White with #04231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04231F; }
p { color: rgb(4,35,31); }
H1.HeaderClassName
{
color: #04231F;
}
.AnyTagClassName
{
color: #04231F;
}
</style>
background-color css
<style>
a { background-color: #04231F; }
a { background-color: rgb(4,35,31); }
div.DivClassName
{
background-color: #04231F;
}
.BgClassName
{
background-color: #04231F;
}
</style>
border-color css
<style>
span { border-color: #04231F; }
span { border-color: rgb(4,35,31); }
td.TdClassName
{
border-color: #04231F;
}
.TagClassName
{
border-color: #04231F;
}
</style>