Shades of Free Speech Green #02D60D
Tints of Free Speech Green #02D60D
RGB
CMYK
RGB Variations
Color information
#02D60D (or 0x02D60D) is known color: Free Speech Green. HEX triplet: 02, D6 and 0D. RGB value is (2,214,13). Sum of RGB (Red+Green+Blue) = 2+214+13=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 214 (83.98% from 255 or 93.45% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 214 - color contains mainly: green. Hex color #02D60D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D60D is #FD29F2. Grayscale: #808080. Windows color (decimal): -16591347 or 906754. OLE color: 906754.
HSL color Cylindrical-coordinate representation of color #02D60D: hue angle of 123.11º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D60D is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 13 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.16 |
| HSL | 123.11º | 0.98% | 0.42% | - |
| HSV(B) | 123.11º | 0.99% | 0.84% | - |
| XYZ | 24.14 | 48.14 | 8.4 | - |
| YUV | 127.7 | 63.26 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 13 | 0.99 | 0 | 0.94 | 0.16 | 123.11 | 0.98 | 0.42 |
| Hex | 2 | D6 | D | 63 | 0 | 5E | 10 | 7B | 62 | 2A |
| Octal | 2 | 326 | 15 | 143 | 0 | 136 | 20 | 173 | 142 | 52 |
| Binary | 10 | 11010110 | 1101 | 1100011 | 0 | 1011110 | 10000 | 1111011 | 1100010 | 101010 |
Color Harmonies of #02D60D
Complementary color
Monochromatic Colors of #02D60D
Black with #02D60D
Text Example
Text Example
White with #02D60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D60D; }
p { color: rgb(2,214,13); }
H1.HeaderClassName
{
color: #02D60D;
}
.AnyTagClassName
{
color: #02D60D;
}
</style>
background-color css
<style>
a { background-color: #02D60D; }
a { background-color: rgb(2,214,13); }
div.DivClassName
{
background-color: #02D60D;
}
.BgClassName
{
background-color: #02D60D;
}
</style>
border-color css
<style>
span { border-color: #02D60D; }
span { border-color: rgb(2,214,13); }
td.TdClassName
{
border-color: #02D60D;
}
.TagClassName
{
border-color: #02D60D;
}
</style>