Shades of Turtle Green #285401
Tints of Turtle Green #285401
RGB
CMYK
RGB Variations
Color information
#285401 (or 0x285401) is known color: Turtle Green. HEX triplet: 28, 54 and 01. RGB value is (40,84,1). Sum of RGB (Red+Green+Blue) = 40+84+1=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #285401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285401 is #D7ABFE. Grayscale: #3D3D3D. Windows color (decimal): -14134271 or 87080. OLE color: 87080.
HSL color Cylindrical-coordinate representation of color #285401: hue angle of 91.81º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #285401 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 84 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.67 |
| HSL | 91.81º | 0.98% | 0.17% | - |
| HSV(B) | 91.81º | 0.99% | 0.33% | - |
| XYZ | 4.05 | 6.79 | 1.13 | - |
| YUV | 61.38 | 93.92 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 1 | 0.52 | 0 | 0.99 | 0.67 | 91.81 | 0.98 | 0.17 |
| Hex | 28 | 54 | 1 | 34 | 0 | 63 | 43 | 5C | 62 | 11 |
| Octal | 50 | 124 | 1 | 64 | 0 | 143 | 103 | 134 | 142 | 21 |
| Binary | 101000 | 1010100 | 1 | 110100 | 0 | 1100011 | 1000011 | 1011100 | 1100010 | 10001 |
Color Harmonies of #285401
Complementary color
Monochromatic Colors of #285401
Black with #285401
Text Example
Text Example
White with #285401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285401; }
p { color: rgb(40,84,1); }
H1.HeaderClassName
{
color: #285401;
}
.AnyTagClassName
{
color: #285401;
}
</style>
background-color css
<style>
a { background-color: #285401; }
a { background-color: rgb(40,84,1); }
div.DivClassName
{
background-color: #285401;
}
.BgClassName
{
background-color: #285401;
}
</style>
border-color css
<style>
span { border-color: #285401; }
span { border-color: rgb(40,84,1); }
td.TdClassName
{
border-color: #285401;
}
.TagClassName
{
border-color: #285401;
}
</style>