Shades of Turtle Green #285008
Tints of Turtle Green #285008
RGB
CMYK
RGB Variations
Color information
#285008 (or 0x285008) is known color: Turtle Green. HEX triplet: 28, 50 and 08. RGB value is (40,80,8). Sum of RGB (Red+Green+Blue) = 40+80+8=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #285008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285008 is #D7AFF7. Grayscale: #3C3C3C. Windows color (decimal): -14135288 or 544808. OLE color: 544808.
HSL color Cylindrical-coordinate representation of color #285008: hue angle of 93.33º 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 #285008 is Cyan = 0.5, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 8 | - |
| CMYK | 0.5 | 0 | 0.90 | 0.69 |
| HSL | 93.33º | 0.82% | 0.17% | - |
| HSV(B) | 93.33º | 0.9% | 0.31% | - |
| XYZ | 3.79 | 6.21 | 1.23 | - |
| YUV | 59.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 8 | 0.5 | 0 | 0.90 | 0.69 | 93.33 | 0.82 | 0.17 |
| Hex | 28 | 50 | 8 | 32 | 0 | 5A | 45 | 5D | 52 | 11 |
| Octal | 50 | 120 | 10 | 62 | 0 | 132 | 105 | 135 | 122 | 21 |
| Binary | 101000 | 1010000 | 1000 | 110010 | 0 | 1011010 | 1000101 | 1011101 | 1010010 | 10001 |
Color Harmonies of #285008
Complementary color
Monochromatic Colors of #285008
Black with #285008
Text Example
Text Example
White with #285008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285008; }
p { color: rgb(40,80,8); }
H1.HeaderClassName
{
color: #285008;
}
.AnyTagClassName
{
color: #285008;
}
</style>
background-color css
<style>
a { background-color: #285008; }
a { background-color: rgb(40,80,8); }
div.DivClassName
{
background-color: #285008;
}
.BgClassName
{
background-color: #285008;
}
</style>
border-color css
<style>
span { border-color: #285008; }
span { border-color: rgb(40,80,8); }
td.TdClassName
{
border-color: #285008;
}
.TagClassName
{
border-color: #285008;
}
</style>