Shades of Dark Green #04231B
Tints of Dark Green #04231B
RGB
CMYK
RGB Variations
Color information
#04231B (or 0x04231B) is known color: Dark Green. HEX triplet: 04, 23 and 1B. RGB value is (4,35,27). Sum of RGB (Red+Green+Blue) = 4+35+27=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #04231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04231B is #FBDCE4. Grayscale: #181818. Windows color (decimal): -16506085 or 1778436. OLE color: 1778436.
HSL color Cylindrical-coordinate representation of color #04231B: hue angle of 164.52º 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 #04231B is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
RGB | 4 | 35 | 27 | - |
CMYK | 0.89 | 0 | 0.23 | 0.86 |
HSL | 164.52º | 0.79% | 0.08% | - |
HSV(B) | 164.52º | 0.89% | 0.14% | - |
XYZ | 0.85 | 1.31 | 1.24 | - |
YUV | 24.82 | 129.23 | 113.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 35 | 27 | 0.89 | 0 | 0.23 | 0.86 | 164.52 | 0.79 | 0.08 |
Hex | 4 | 23 | 1B | 59 | 0 | 17 | 56 | A5 | 4F | 8 |
Octal | 4 | 43 | 33 | 131 | 0 | 27 | 126 | 245 | 117 | 10 |
Binary | 100 | 100011 | 11011 | 1011001 | 0 | 10111 | 1010110 | 10100101 | 1001111 | 1000 |
Color Harmonies of #04231B
Complementary color
Monochromatic Colors of #04231B
Black with #04231B
Text Example
Text Example
White with #04231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04231B; }
p { color: rgb(4,35,27); }
H1.HeaderClassName
{
color: #04231B;
}
.AnyTagClassName
{
color: #04231B;
}
</style>
background-color css
<style>
a { background-color: #04231B; }
a { background-color: rgb(4,35,27); }
div.DivClassName
{
background-color: #04231B;
}
.BgClassName
{
background-color: #04231B;
}
</style>
border-color css
<style>
span { border-color: #04231B; }
span { border-color: rgb(4,35,27); }
td.TdClassName
{
border-color: #04231B;
}
.TagClassName
{
border-color: #04231B;
}
</style>