Shades of Turtle Green #285800
Tints of Turtle Green #285800
RGB
CMYK
RGB Variations
Color information
#285800 (or 0x285800) is known color: Turtle Green. HEX triplet: 28, 58 and 00. RGB value is (40,88,0). Sum of RGB (Red+Green+Blue) = 40+88+0=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #285800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285800 is #D7A7FF. Grayscale: #3F3F3F. Windows color (decimal): -14133248 or 22568. OLE color: 22568.
HSL color Cylindrical-coordinate representation of color #285800: hue angle of 92.73º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #285800 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.65 |
| HSL | 92.73º | 1% | 0.17% | - |
| HSV(B) | 92.73º | 1% | 0.35% | - |
| XYZ | 4.36 | 7.43 | 1.2 | - |
| YUV | 63.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 0 | 0.55 | 0 | 1 | 0.65 | 92.73 | 1 | 0.17 |
| Hex | 28 | 58 | 0 | 37 | 0 | 64 | 41 | 5D | 64 | 11 |
| Octal | 50 | 130 | 0 | 67 | 0 | 144 | 101 | 135 | 144 | 21 |
| Binary | 101000 | 1011000 | 0 | 110111 | 0 | 1100100 | 1000001 | 1011101 | 1100100 | 10001 |
Color Harmonies of #285800
Complementary color
Monochromatic Colors of #285800
Black with #285800
Text Example
Text Example
White with #285800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285800; }
p { color: rgb(40,88,0); }
H1.HeaderClassName
{
color: #285800;
}
.AnyTagClassName
{
color: #285800;
}
</style>
background-color css
<style>
a { background-color: #285800; }
a { background-color: rgb(40,88,0); }
div.DivClassName
{
background-color: #285800;
}
.BgClassName
{
background-color: #285800;
}
</style>
border-color css
<style>
span { border-color: #285800; }
span { border-color: rgb(40,88,0); }
td.TdClassName
{
border-color: #285800;
}
.TagClassName
{
border-color: #285800;
}
</style>