Shades of Verdun Green #305F02
Tints of Verdun Green #305F02
RGB
CMYK
RGB Variations
Color information
#305F02 (or 0x305F02) is known color: Verdun Green. HEX triplet: 30, 5F and 02. RGB value is (48,95,2). Sum of RGB (Red+Green+Blue) = 48+95+2=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 95 (37.5% from 255 or 65.52% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 95 - color contains mainly: green. Hex color #305F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305F02 is #CFA0FD. Grayscale: #464646. Windows color (decimal): -13607166 or 155440. OLE color: 155440.
HSL color Cylindrical-coordinate representation of color #305F02: hue angle of 90.32º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #305F02 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 95 | 2 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.63 |
| HSL | 90.32º | 0.96% | 0.19% | - |
| HSV(B) | 90.32º | 0.98% | 0.37% | - |
| XYZ | 5.32 | 8.82 | 1.48 | - |
| YUV | 70.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 2 | 0.49 | 0 | 0.98 | 0.63 | 90.32 | 0.96 | 0.19 |
| Hex | 30 | 5F | 2 | 31 | 0 | 62 | 3F | 5A | 60 | 13 |
| Octal | 60 | 137 | 2 | 61 | 0 | 142 | 77 | 132 | 140 | 23 |
| Binary | 110000 | 1011111 | 10 | 110001 | 0 | 1100010 | 111111 | 1011010 | 1100000 | 10011 |
Color Harmonies of #305F02
Complementary color
Monochromatic Colors of #305F02
Black with #305F02
Text Example
Text Example
White with #305F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305F02; }
p { color: rgb(48,95,2); }
H1.HeaderClassName
{
color: #305F02;
}
.AnyTagClassName
{
color: #305F02;
}
</style>
background-color css
<style>
a { background-color: #305F02; }
a { background-color: rgb(48,95,2); }
div.DivClassName
{
background-color: #305F02;
}
.BgClassName
{
background-color: #305F02;
}
</style>
border-color css
<style>
span { border-color: #305F02; }
span { border-color: rgb(48,95,2); }
td.TdClassName
{
border-color: #305F02;
}
.TagClassName
{
border-color: #305F02;
}
</style>