Shades of Turtle Green #284501
Tints of Turtle Green #284501
RGB
CMYK
RGB Variations
Color information
#284501 (or 0x284501) is known color: Turtle Green. HEX triplet: 28, 45 and 01. RGB value is (40,69,1). Sum of RGB (Red+Green+Blue) = 40+69+1=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #284501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284501 is #D7BAFE. Grayscale: #343434. Windows color (decimal): -14138111 or 83240. OLE color: 83240.
HSL color Cylindrical-coordinate representation of color #284501: hue angle of 85.59º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #284501 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 69 | 1 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.73 |
| HSL | 85.59º | 0.97% | 0.14% | - |
| HSV(B) | 85.59º | 0.99% | 0.27% | - |
| XYZ | 3.01 | 4.71 | 0.78 | - |
| YUV | 52.58 | 98.89 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 1 | 0.42 | 0 | 0.99 | 0.73 | 85.59 | 0.97 | 0.14 |
| Hex | 28 | 45 | 1 | 2A | 0 | 63 | 49 | 56 | 61 | E |
| Octal | 50 | 105 | 1 | 52 | 0 | 143 | 111 | 126 | 141 | 16 |
| Binary | 101000 | 1000101 | 1 | 101010 | 0 | 1100011 | 1001001 | 1010110 | 1100001 | 1110 |
Color Harmonies of #284501
Complementary color
Monochromatic Colors of #284501
Black with #284501
Text Example
Text Example
White with #284501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284501; }
p { color: rgb(40,69,1); }
H1.HeaderClassName
{
color: #284501;
}
.AnyTagClassName
{
color: #284501;
}
</style>
background-color css
<style>
a { background-color: #284501; }
a { background-color: rgb(40,69,1); }
div.DivClassName
{
background-color: #284501;
}
.BgClassName
{
background-color: #284501;
}
</style>
border-color css
<style>
span { border-color: #284501; }
span { border-color: rgb(40,69,1); }
td.TdClassName
{
border-color: #284501;
}
.TagClassName
{
border-color: #284501;
}
</style>