Shades of Turtle Green #285301
Tints of Turtle Green #285301
RGB
CMYK
RGB Variations
Color information
#285301 (or 0x285301) is known color: Turtle Green. HEX triplet: 28, 53 and 01. RGB value is (40,83,1). Sum of RGB (Red+Green+Blue) = 40+83+1=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #285301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285301 is #D7ACFE. Grayscale: #3D3D3D. Windows color (decimal): -14134527 or 86824. OLE color: 86824.
HSL color Cylindrical-coordinate representation of color #285301: hue angle of 91.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #285301 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.67 |
| HSL | 91.46º | 0.98% | 0.16% | - |
| HSV(B) | 91.46º | 0.99% | 0.33% | - |
| XYZ | 3.97 | 6.64 | 1.1 | - |
| YUV | 60.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 1 | 0.52 | 0 | 0.99 | 0.67 | 91.46 | 0.98 | 0.16 |
| Hex | 28 | 53 | 1 | 34 | 0 | 63 | 43 | 5B | 62 | 10 |
| Octal | 50 | 123 | 1 | 64 | 0 | 143 | 103 | 133 | 142 | 20 |
| Binary | 101000 | 1010011 | 1 | 110100 | 0 | 1100011 | 1000011 | 1011011 | 1100010 | 10000 |
Color Harmonies of #285301
Complementary color
Monochromatic Colors of #285301
Black with #285301
Text Example
Text Example
White with #285301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285301; }
p { color: rgb(40,83,1); }
H1.HeaderClassName
{
color: #285301;
}
.AnyTagClassName
{
color: #285301;
}
</style>
background-color css
<style>
a { background-color: #285301; }
a { background-color: rgb(40,83,1); }
div.DivClassName
{
background-color: #285301;
}
.BgClassName
{
background-color: #285301;
}
</style>
border-color css
<style>
span { border-color: #285301; }
span { border-color: rgb(40,83,1); }
td.TdClassName
{
border-color: #285301;
}
.TagClassName
{
border-color: #285301;
}
</style>