Shades of Turtle Green #285300
Tints of Turtle Green #285300
RGB
CMYK
RGB Variations
Color information
#285300 (or 0x285300) is known color: Turtle Green. HEX triplet: 28, 53 and 00. RGB value is (40,83,0). Sum of RGB (Red+Green+Blue) = 40+83+0=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #285300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285300 is #D7ACFF. Grayscale: #3C3C3C. Windows color (decimal): -14134528 or 21288. OLE color: 21288.
HSL color Cylindrical-coordinate representation of color #285300: hue angle of 91.08º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #285300 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.67 |
| HSL | 91.08º | 1% | 0.16% | - |
| HSV(B) | 91.08º | 1% | 0.33% | - |
| XYZ | 3.97 | 6.64 | 1.07 | - |
| YUV | 60.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 0 | 0.52 | 0 | 1 | 0.67 | 91.08 | 1 | 0.16 |
| Hex | 28 | 53 | 0 | 34 | 0 | 64 | 43 | 5B | 64 | 10 |
| Octal | 50 | 123 | 0 | 64 | 0 | 144 | 103 | 133 | 144 | 20 |
| Binary | 101000 | 1010011 | 0 | 110100 | 0 | 1100100 | 1000011 | 1011011 | 1100100 | 10000 |
Color Harmonies of #285300
Complementary color
Monochromatic Colors of #285300
Black with #285300
Text Example
Text Example
White with #285300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285300; }
p { color: rgb(40,83,0); }
H1.HeaderClassName
{
color: #285300;
}
.AnyTagClassName
{
color: #285300;
}
</style>
background-color css
<style>
a { background-color: #285300; }
a { background-color: rgb(40,83,0); }
div.DivClassName
{
background-color: #285300;
}
.BgClassName
{
background-color: #285300;
}
</style>
border-color css
<style>
span { border-color: #285300; }
span { border-color: rgb(40,83,0); }
td.TdClassName
{
border-color: #285300;
}
.TagClassName
{
border-color: #285300;
}
</style>