Shades of Verdun Green #305802
Tints of Verdun Green #305802
RGB
CMYK
RGB Variations
Color information
#305802 (or 0x305802) is known color: Verdun Green. HEX triplet: 30, 58 and 02. RGB value is (48,88,2). Sum of RGB (Red+Green+Blue) = 48+88+2=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #305802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305802 is #CFA7FD. Grayscale: #424242. Windows color (decimal): -13608958 or 153648. OLE color: 153648.
HSL color Cylindrical-coordinate representation of color #305802: hue angle of 87.91º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #305802 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 88 | 2 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.65 |
| HSL | 87.91º | 0.96% | 0.18% | - |
| HSV(B) | 87.91º | 0.98% | 0.35% | - |
| XYZ | 4.72 | 7.61 | 1.28 | - |
| YUV | 66.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 2 | 0.45 | 0 | 0.98 | 0.65 | 87.91 | 0.96 | 0.18 |
| Hex | 30 | 58 | 2 | 2D | 0 | 62 | 41 | 58 | 60 | 12 |
| Octal | 60 | 130 | 2 | 55 | 0 | 142 | 101 | 130 | 140 | 22 |
| Binary | 110000 | 1011000 | 10 | 101101 | 0 | 1100010 | 1000001 | 1011000 | 1100000 | 10010 |
Color Harmonies of #305802
Complementary color
Monochromatic Colors of #305802
Black with #305802
Text Example
Text Example
White with #305802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305802; }
p { color: rgb(48,88,2); }
H1.HeaderClassName
{
color: #305802;
}
.AnyTagClassName
{
color: #305802;
}
</style>
background-color css
<style>
a { background-color: #305802; }
a { background-color: rgb(48,88,2); }
div.DivClassName
{
background-color: #305802;
}
.BgClassName
{
background-color: #305802;
}
</style>
border-color css
<style>
span { border-color: #305802; }
span { border-color: rgb(48,88,2); }
td.TdClassName
{
border-color: #305802;
}
.TagClassName
{
border-color: #305802;
}
</style>