Shades of Verdun Green #305B08
Tints of Verdun Green #305B08
RGB
CMYK
RGB Variations
Color information
#305B08 (or 0x305B08) is known color: Verdun Green. HEX triplet: 30, 5B and 08. RGB value is (48,91,8). Sum of RGB (Red+Green+Blue) = 48+91+8=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 91 (35.94% from 255 or 61.90% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 91 - color contains mainly: green. Hex color #305B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305B08 is #CFA4F7. Grayscale: #444444. Windows color (decimal): -13608184 or 547632. OLE color: 547632.
HSL color Cylindrical-coordinate representation of color #305B08: hue angle of 91.08º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #305B08 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 91 | 8 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.64 |
| HSL | 91.08º | 0.84% | 0.19% | - |
| HSV(B) | 91.08º | 0.91% | 0.36% | - |
| XYZ | 5 | 8.13 | 1.53 | - |
| YUV | 68.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 8 | 0.47 | 0 | 0.91 | 0.64 | 91.08 | 0.84 | 0.19 |
| Hex | 30 | 5B | 8 | 2F | 0 | 5B | 40 | 5B | 54 | 13 |
| Octal | 60 | 133 | 10 | 57 | 0 | 133 | 100 | 133 | 124 | 23 |
| Binary | 110000 | 1011011 | 1000 | 101111 | 0 | 1011011 | 1000000 | 1011011 | 1010100 | 10011 |
Color Harmonies of #305B08
Complementary color
Monochromatic Colors of #305B08
Black with #305B08
Text Example
Text Example
White with #305B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B08; }
p { color: rgb(48,91,8); }
H1.HeaderClassName
{
color: #305B08;
}
.AnyTagClassName
{
color: #305B08;
}
</style>
background-color css
<style>
a { background-color: #305B08; }
a { background-color: rgb(48,91,8); }
div.DivClassName
{
background-color: #305B08;
}
.BgClassName
{
background-color: #305B08;
}
</style>
border-color css
<style>
span { border-color: #305B08; }
span { border-color: rgb(48,91,8); }
td.TdClassName
{
border-color: #305B08;
}
.TagClassName
{
border-color: #305B08;
}
</style>