Shades of Free Speech Green #27DF0D
Tints of Free Speech Green #27DF0D
RGB
CMYK
RGB Variations
Color information
#27DF0D (or 0x27DF0D) is known color: Free Speech Green. HEX triplet: 27, DF and 0D. RGB value is (39,223,13). Sum of RGB (Red+Green+Blue) = 39+223+13=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 223 (87.5% from 255 or 81.09% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 223 - color contains mainly: green. Hex color #27DF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DF0D is #D820F2. Grayscale: #909090. Windows color (decimal): -14164211 or 909095. OLE color: 909095.
HSL color Cylindrical-coordinate representation of color #27DF0D: hue angle of 112.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27DF0D is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 13 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.13 |
| HSL | 112.57º | 0.89% | 0.46% | - |
| HSV(B) | 112.57º | 0.94% | 0.87% | - |
| XYZ | 27.3 | 53.24 | 9.22 | - |
| YUV | 144.04 | 54.04 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 13 | 0.83 | 0 | 0.94 | 0.13 | 112.57 | 0.89 | 0.46 |
| Hex | 27 | DF | D | 53 | 0 | 5E | D | 71 | 59 | 2E |
| Octal | 47 | 337 | 15 | 123 | 0 | 136 | 15 | 161 | 131 | 56 |
| Binary | 100111 | 11011111 | 1101 | 1010011 | 0 | 1011110 | 1101 | 1110001 | 1011001 | 101110 |
Color Harmonies of #27DF0D
Complementary color
Monochromatic Colors of #27DF0D
Black with #27DF0D
Text Example
Text Example
White with #27DF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DF0D; }
p { color: rgb(39,223,13); }
H1.HeaderClassName
{
color: #27DF0D;
}
.AnyTagClassName
{
color: #27DF0D;
}
</style>
background-color css
<style>
a { background-color: #27DF0D; }
a { background-color: rgb(39,223,13); }
div.DivClassName
{
background-color: #27DF0D;
}
.BgClassName
{
background-color: #27DF0D;
}
</style>
border-color css
<style>
span { border-color: #27DF0D; }
span { border-color: rgb(39,223,13); }
td.TdClassName
{
border-color: #27DF0D;
}
.TagClassName
{
border-color: #27DF0D;
}
</style>