Shades of Free Speech Green #08D302
Tints of Free Speech Green #08D302
RGB
CMYK
RGB Variations
Color information
#08D302 (or 0x08D302) is known color: Free Speech Green. HEX triplet: 08, D3 and 02. RGB value is (8,211,2). Sum of RGB (Red+Green+Blue) = 8+211+2=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 211 (82.81% from 255 or 95.48% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 211 - color contains mainly: green. Hex color #08D302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08D302 is #F72CFD. Grayscale: #7F7F7F. Windows color (decimal): -16198910 or 185096. OLE color: 185096.
HSL color Cylindrical-coordinate representation of color #08D302: hue angle of 118.28º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08D302 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 8 | 211 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.17 |
| HSL | 118.28º | 0.98% | 0.42% | - |
| HSV(B) | 118.28º | 0.99% | 0.83% | - |
| XYZ | 23.41 | 46.64 | 7.83 | - |
| YUV | 126.48 | 57.75 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 211 | 2 | 0.96 | 0 | 0.99 | 0.17 | 118.28 | 0.98 | 0.42 |
| Hex | 8 | D3 | 2 | 60 | 0 | 63 | 11 | 76 | 62 | 2A |
| Octal | 10 | 323 | 2 | 140 | 0 | 143 | 21 | 166 | 142 | 52 |
| Binary | 1000 | 11010011 | 10 | 1100000 | 0 | 1100011 | 10001 | 1110110 | 1100010 | 101010 |
Color Harmonies of #08D302
Complementary color
Monochromatic Colors of #08D302
Black with #08D302
Text Example
Text Example
White with #08D302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D302; }
p { color: rgb(8,211,2); }
H1.HeaderClassName
{
color: #08D302;
}
.AnyTagClassName
{
color: #08D302;
}
</style>
background-color css
<style>
a { background-color: #08D302; }
a { background-color: rgb(8,211,2); }
div.DivClassName
{
background-color: #08D302;
}
.BgClassName
{
background-color: #08D302;
}
</style>
border-color css
<style>
span { border-color: #08D302; }
span { border-color: rgb(8,211,2); }
td.TdClassName
{
border-color: #08D302;
}
.TagClassName
{
border-color: #08D302;
}
</style>