Shades of Turtle Green #284701
Tints of Turtle Green #284701
RGB
CMYK
RGB Variations
Color information
#284701 (or 0x284701) is known color: Turtle Green. HEX triplet: 28, 47 and 01. RGB value is (40,71,1). Sum of RGB (Red+Green+Blue) = 40+71+1=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #284701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284701 is #D7B8FE. Grayscale: #363636. Windows color (decimal): -14137599 or 83752. OLE color: 83752.
HSL color Cylindrical-coordinate representation of color #284701: hue angle of 86.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #284701 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.72 |
| HSL | 86.57º | 0.97% | 0.14% | - |
| HSV(B) | 86.57º | 0.99% | 0.28% | - |
| XYZ | 3.13 | 4.96 | 0.82 | - |
| YUV | 53.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 1 | 0.44 | 0 | 0.99 | 0.72 | 86.57 | 0.97 | 0.14 |
| Hex | 28 | 47 | 1 | 2C | 0 | 63 | 48 | 57 | 61 | E |
| Octal | 50 | 107 | 1 | 54 | 0 | 143 | 110 | 127 | 141 | 16 |
| Binary | 101000 | 1000111 | 1 | 101100 | 0 | 1100011 | 1001000 | 1010111 | 1100001 | 1110 |
Color Harmonies of #284701
Complementary color
Monochromatic Colors of #284701
Black with #284701
Text Example
Text Example
White with #284701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284701; }
p { color: rgb(40,71,1); }
H1.HeaderClassName
{
color: #284701;
}
.AnyTagClassName
{
color: #284701;
}
</style>
background-color css
<style>
a { background-color: #284701; }
a { background-color: rgb(40,71,1); }
div.DivClassName
{
background-color: #284701;
}
.BgClassName
{
background-color: #284701;
}
</style>
border-color css
<style>
span { border-color: #284701; }
span { border-color: rgb(40,71,1); }
td.TdClassName
{
border-color: #284701;
}
.TagClassName
{
border-color: #284701;
}
</style>