Shades of Turtle Green #285005
Tints of Turtle Green #285005
RGB
CMYK
RGB Variations
Color information
#285005 (or 0x285005) is known color: Turtle Green. HEX triplet: 28, 50 and 05. RGB value is (40,80,5). Sum of RGB (Red+Green+Blue) = 40+80+5=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #285005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285005 is #D7AFFA. Grayscale: #3B3B3B. Windows color (decimal): -14135291 or 348200. OLE color: 348200.
HSL color Cylindrical-coordinate representation of color #285005: hue angle of 92º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #285005 is Cyan = 0.5, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 5 | - |
| CMYK | 0.5 | 0 | 0.94 | 0.69 |
| HSL | 92º | 0.88% | 0.17% | - |
| HSV(B) | 92º | 0.94% | 0.31% | - |
| XYZ | 3.77 | 6.2 | 1.14 | - |
| YUV | 59.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 5 | 0.5 | 0 | 0.94 | 0.69 | 92 | 0.88 | 0.17 |
| Hex | 28 | 50 | 5 | 32 | 0 | 5E | 45 | 5C | 58 | 11 |
| Octal | 50 | 120 | 5 | 62 | 0 | 136 | 105 | 134 | 130 | 21 |
| Binary | 101000 | 1010000 | 101 | 110010 | 0 | 1011110 | 1000101 | 1011100 | 1011000 | 10001 |
Color Harmonies of #285005
Complementary color
Monochromatic Colors of #285005
Black with #285005
Text Example
Text Example
White with #285005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285005; }
p { color: rgb(40,80,5); }
H1.HeaderClassName
{
color: #285005;
}
.AnyTagClassName
{
color: #285005;
}
</style>
background-color css
<style>
a { background-color: #285005; }
a { background-color: rgb(40,80,5); }
div.DivClassName
{
background-color: #285005;
}
.BgClassName
{
background-color: #285005;
}
</style>
border-color css
<style>
span { border-color: #285005; }
span { border-color: rgb(40,80,5); }
td.TdClassName
{
border-color: #285005;
}
.TagClassName
{
border-color: #285005;
}
</style>