Shades of Turtle Green #2D4801
Tints of Turtle Green #2D4801
RGB
CMYK
RGB Variations
Color information
#2D4801 (or 0x2D4801) is known color: Turtle Green. HEX triplet: 2D, 48 and 01. RGB value is (45,72,1). Sum of RGB (Red+Green+Blue) = 45+72+1=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4801 is #D2B7FE. Grayscale: #383838. Windows color (decimal): -13809663 or 84013. OLE color: 84013.
HSL color Cylindrical-coordinate representation of color #2D4801: hue angle of 82.82º 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 #2D4801 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.72 |
| HSL | 82.82º | 0.97% | 0.14% | - |
| HSV(B) | 82.82º | 0.99% | 0.28% | - |
| XYZ | 3.41 | 5.19 | 0.85 | - |
| YUV | 55.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 1 | 0.38 | 0 | 0.99 | 0.72 | 82.82 | 0.97 | 0.14 |
| Hex | 2D | 48 | 1 | 26 | 0 | 63 | 48 | 53 | 61 | E |
| Octal | 55 | 110 | 1 | 46 | 0 | 143 | 110 | 123 | 141 | 16 |
| Binary | 101101 | 1001000 | 1 | 100110 | 0 | 1100011 | 1001000 | 1010011 | 1100001 | 1110 |
Color Harmonies of #2D4801
Complementary color
Monochromatic Colors of #2D4801
Black with #2D4801
Text Example
Text Example
White with #2D4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4801; }
p { color: rgb(45,72,1); }
H1.HeaderClassName
{
color: #2D4801;
}
.AnyTagClassName
{
color: #2D4801;
}
</style>
background-color css
<style>
a { background-color: #2D4801; }
a { background-color: rgb(45,72,1); }
div.DivClassName
{
background-color: #2D4801;
}
.BgClassName
{
background-color: #2D4801;
}
</style>
border-color css
<style>
span { border-color: #2D4801; }
span { border-color: rgb(45,72,1); }
td.TdClassName
{
border-color: #2D4801;
}
.TagClassName
{
border-color: #2D4801;
}
</style>