Shades of Turtle Green #285500
Tints of Turtle Green #285500
RGB
CMYK
RGB Variations
Color information
#285500 (or 0x285500) is known color: Turtle Green. HEX triplet: 28, 55 and 00. RGB value is (40,85,0). Sum of RGB (Red+Green+Blue) = 40+85+0=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #285500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285500 is #D7AAFF. Grayscale: #3E3E3E. Windows color (decimal): -14134016 or 21800. OLE color: 21800.
HSL color Cylindrical-coordinate representation of color #285500: hue angle of 91.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #285500 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.67 |
| HSL | 91.76º | 1% | 0.17% | - |
| HSV(B) | 91.76º | 1% | 0.33% | - |
| XYZ | 4.12 | 6.95 | 1.12 | - |
| YUV | 61.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 0 | 0.53 | 0 | 1 | 0.67 | 91.76 | 1 | 0.17 |
| Hex | 28 | 55 | 0 | 35 | 0 | 64 | 43 | 5C | 64 | 11 |
| Octal | 50 | 125 | 0 | 65 | 0 | 144 | 103 | 134 | 144 | 21 |
| Binary | 101000 | 1010101 | 0 | 110101 | 0 | 1100100 | 1000011 | 1011100 | 1100100 | 10001 |
Color Harmonies of #285500
Complementary color
Monochromatic Colors of #285500
Black with #285500
Text Example
Text Example
White with #285500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285500; }
p { color: rgb(40,85,0); }
H1.HeaderClassName
{
color: #285500;
}
.AnyTagClassName
{
color: #285500;
}
</style>
background-color css
<style>
a { background-color: #285500; }
a { background-color: rgb(40,85,0); }
div.DivClassName
{
background-color: #285500;
}
.BgClassName
{
background-color: #285500;
}
</style>
border-color css
<style>
span { border-color: #285500; }
span { border-color: rgb(40,85,0); }
td.TdClassName
{
border-color: #285500;
}
.TagClassName
{
border-color: #285500;
}
</style>