Shades of Turtle Green #285305
Tints of Turtle Green #285305
RGB
CMYK
RGB Variations
Color information
#285305 (or 0x285305) is known color: Turtle Green. HEX triplet: 28, 53 and 05. RGB value is (40,83,5). Sum of RGB (Red+Green+Blue) = 40+83+5=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #285305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285305 is #D7ACFA. Grayscale: #3D3D3D. Windows color (decimal): -14134523 or 348968. OLE color: 348968.
HSL color Cylindrical-coordinate representation of color #285305: hue angle of 93.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #285305 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 5 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.67 |
| HSL | 93.08º | 0.89% | 0.17% | - |
| HSV(B) | 93.08º | 0.94% | 0.33% | - |
| XYZ | 4 | 6.65 | 1.22 | - |
| YUV | 61.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 5 | 0.52 | 0 | 0.94 | 0.67 | 93.08 | 0.89 | 0.17 |
| Hex | 28 | 53 | 5 | 34 | 0 | 5E | 43 | 5D | 59 | 11 |
| Octal | 50 | 123 | 5 | 64 | 0 | 136 | 103 | 135 | 131 | 21 |
| Binary | 101000 | 1010011 | 101 | 110100 | 0 | 1011110 | 1000011 | 1011101 | 1011001 | 10001 |
Color Harmonies of #285305
Complementary color
Monochromatic Colors of #285305
Black with #285305
Text Example
Text Example
White with #285305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285305; }
p { color: rgb(40,83,5); }
H1.HeaderClassName
{
color: #285305;
}
.AnyTagClassName
{
color: #285305;
}
</style>
background-color css
<style>
a { background-color: #285305; }
a { background-color: rgb(40,83,5); }
div.DivClassName
{
background-color: #285305;
}
.BgClassName
{
background-color: #285305;
}
</style>
border-color css
<style>
span { border-color: #285305; }
span { border-color: rgb(40,83,5); }
td.TdClassName
{
border-color: #285305;
}
.TagClassName
{
border-color: #285305;
}
</style>