Shades of Turtle Green #284D05
Tints of Turtle Green #284D05
RGB
CMYK
RGB Variations
Color information
#284D05 (or 0x284D05) is known color: Turtle Green. HEX triplet: 28, 4D and 05. RGB value is (40,77,5). Sum of RGB (Red+Green+Blue) = 40+77+5=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 77 (30.47% from 255 or 63.11% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 77 - color contains mainly: green. Hex color #284D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #284D05 is #D7B2FA. Grayscale: #393939. Windows color (decimal): -14136059 or 347432. OLE color: 347432.
HSL color Cylindrical-coordinate representation of color #284D05: hue angle of 90.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #284D05 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 77 | 5 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.70 |
| HSL | 90.83º | 0.88% | 0.16% | - |
| HSV(B) | 90.83º | 0.94% | 0.3% | - |
| XYZ | 3.56 | 5.77 | 1.07 | - |
| YUV | 57.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 5 | 0.48 | 0 | 0.94 | 0.70 | 90.83 | 0.88 | 0.16 |
| Hex | 28 | 4D | 5 | 30 | 0 | 5E | 46 | 5B | 58 | 10 |
| Octal | 50 | 115 | 5 | 60 | 0 | 136 | 106 | 133 | 130 | 20 |
| Binary | 101000 | 1001101 | 101 | 110000 | 0 | 1011110 | 1000110 | 1011011 | 1011000 | 10000 |
Color Harmonies of #284D05
Complementary color
Monochromatic Colors of #284D05
Black with #284D05
Text Example
Text Example
White with #284D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D05; }
p { color: rgb(40,77,5); }
H1.HeaderClassName
{
color: #284D05;
}
.AnyTagClassName
{
color: #284D05;
}
</style>
background-color css
<style>
a { background-color: #284D05; }
a { background-color: rgb(40,77,5); }
div.DivClassName
{
background-color: #284D05;
}
.BgClassName
{
background-color: #284D05;
}
</style>
border-color css
<style>
span { border-color: #284D05; }
span { border-color: rgb(40,77,5); }
td.TdClassName
{
border-color: #284D05;
}
.TagClassName
{
border-color: #284D05;
}
</style>