Shades of Turtle Green #285100
Tints of Turtle Green #285100
RGB
CMYK
RGB Variations
Color information
#285100 (or 0x285100) is known color: Turtle Green. HEX triplet: 28, 51 and 00. RGB value is (40,81,0). Sum of RGB (Red+Green+Blue) = 40+81+0=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #285100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285100 is #D7AEFF. Grayscale: #3B3B3B. Windows color (decimal): -14135040 or 20776. OLE color: 20776.
HSL color Cylindrical-coordinate representation of color #285100: hue angle of 90.37º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #285100 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 81 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.68 |
| HSL | 90.37º | 1% | 0.16% | - |
| HSV(B) | 90.37º | 1% | 0.32% | - |
| XYZ | 3.82 | 6.34 | 1.02 | - |
| YUV | 59.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 0 | 0.51 | 0 | 1 | 0.68 | 90.37 | 1 | 0.16 |
| Hex | 28 | 51 | 0 | 33 | 0 | 64 | 44 | 5A | 64 | 10 |
| Octal | 50 | 121 | 0 | 63 | 0 | 144 | 104 | 132 | 144 | 20 |
| Binary | 101000 | 1010001 | 0 | 110011 | 0 | 1100100 | 1000100 | 1011010 | 1100100 | 10000 |
Color Harmonies of #285100
Complementary color
Monochromatic Colors of #285100
Black with #285100
Text Example
Text Example
White with #285100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285100; }
p { color: rgb(40,81,0); }
H1.HeaderClassName
{
color: #285100;
}
.AnyTagClassName
{
color: #285100;
}
</style>
background-color css
<style>
a { background-color: #285100; }
a { background-color: rgb(40,81,0); }
div.DivClassName
{
background-color: #285100;
}
.BgClassName
{
background-color: #285100;
}
</style>
border-color css
<style>
span { border-color: #285100; }
span { border-color: rgb(40,81,0); }
td.TdClassName
{
border-color: #285100;
}
.TagClassName
{
border-color: #285100;
}
</style>