Shades of Verdun Green #30590B
Tints of Verdun Green #30590B
RGB
CMYK
RGB Variations
Color information
#30590B (or 0x30590B) is known color: Verdun Green. HEX triplet: 30, 59 and 0B. RGB value is (48,89,11). Sum of RGB (Red+Green+Blue) = 48+89+11=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #30590B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30590B is #CFA6F4. Grayscale: #444444. Windows color (decimal): -13608693 or 743728. OLE color: 743728.
HSL color Cylindrical-coordinate representation of color #30590B: hue angle of 91.54º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30590B is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 89 | 11 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.65 |
| HSL | 91.54º | 0.78% | 0.2% | - |
| HSV(B) | 91.54º | 0.88% | 0.35% | - |
| XYZ | 4.85 | 7.8 | 1.57 | - |
| YUV | 67.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 11 | 0.46 | 0 | 0.88 | 0.65 | 91.54 | 0.78 | 0.2 |
| Hex | 30 | 59 | B | 2E | 0 | 58 | 41 | 5C | 4E | 14 |
| Octal | 60 | 131 | 13 | 56 | 0 | 130 | 101 | 134 | 116 | 24 |
| Binary | 110000 | 1011001 | 1011 | 101110 | 0 | 1011000 | 1000001 | 1011100 | 1001110 | 10100 |
Color Harmonies of #30590B
Complementary color
Monochromatic Colors of #30590B
Black with #30590B
Text Example
Text Example
White with #30590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30590B; }
p { color: rgb(48,89,11); }
H1.HeaderClassName
{
color: #30590B;
}
.AnyTagClassName
{
color: #30590B;
}
</style>
background-color css
<style>
a { background-color: #30590B; }
a { background-color: rgb(48,89,11); }
div.DivClassName
{
background-color: #30590B;
}
.BgClassName
{
background-color: #30590B;
}
</style>
border-color css
<style>
span { border-color: #30590B; }
span { border-color: rgb(48,89,11); }
td.TdClassName
{
border-color: #30590B;
}
.TagClassName
{
border-color: #30590B;
}
</style>