Shades of Turtle Green #284F08
Tints of Turtle Green #284F08
RGB
CMYK
RGB Variations
Color information
#284F08 (or 0x284F08) is known color: Turtle Green. HEX triplet: 28, 4F and 08. RGB value is (40,79,8). Sum of RGB (Red+Green+Blue) = 40+79+8=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 79 (31.25% from 255 or 62.20% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 79 - color contains mainly: green. Hex color #284F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #284F08 is #D7B0F7. Grayscale: #3B3B3B. Windows color (decimal): -14135544 or 544552. OLE color: 544552.
HSL color Cylindrical-coordinate representation of color #284F08: hue angle of 92.96º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #284F08 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 79 | 8 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.69 |
| HSL | 92.96º | 0.82% | 0.17% | - |
| HSV(B) | 92.96º | 0.9% | 0.31% | - |
| XYZ | 3.71 | 6.06 | 1.2 | - |
| YUV | 59.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 8 | 0.49 | 0 | 0.90 | 0.69 | 92.96 | 0.82 | 0.17 |
| Hex | 28 | 4F | 8 | 31 | 0 | 5A | 45 | 5D | 52 | 11 |
| Octal | 50 | 117 | 10 | 61 | 0 | 132 | 105 | 135 | 122 | 21 |
| Binary | 101000 | 1001111 | 1000 | 110001 | 0 | 1011010 | 1000101 | 1011101 | 1010010 | 10001 |
Color Harmonies of #284F08
Complementary color
Monochromatic Colors of #284F08
Black with #284F08
Text Example
Text Example
White with #284F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284F08; }
p { color: rgb(40,79,8); }
H1.HeaderClassName
{
color: #284F08;
}
.AnyTagClassName
{
color: #284F08;
}
</style>
background-color css
<style>
a { background-color: #284F08; }
a { background-color: rgb(40,79,8); }
div.DivClassName
{
background-color: #284F08;
}
.BgClassName
{
background-color: #284F08;
}
</style>
border-color css
<style>
span { border-color: #284F08; }
span { border-color: rgb(40,79,8); }
td.TdClassName
{
border-color: #284F08;
}
.TagClassName
{
border-color: #284F08;
}
</style>