Shades of Turtle Green #2D4F01
Tints of Turtle Green #2D4F01
RGB
CMYK
RGB Variations
Color information
#2D4F01 (or 0x2D4F01) is known color: Turtle Green. HEX triplet: 2D, 4F and 01. RGB value is (45,79,1). Sum of RGB (Red+Green+Blue) = 45+79+1=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 79 (31.25% from 255 or 63.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D4F01 is #D2B0FE. Grayscale: #3C3C3C. Windows color (decimal): -13807871 or 85805. OLE color: 85805.
HSL color Cylindrical-coordinate representation of color #2D4F01: hue angle of 86.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D4F01 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 79 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.69 |
| HSL | 86.15º | 0.98% | 0.16% | - |
| HSV(B) | 86.15º | 0.99% | 0.31% | - |
| XYZ | 3.88 | 6.15 | 1.01 | - |
| YUV | 59.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 1 | 0.43 | 0 | 0.99 | 0.69 | 86.15 | 0.98 | 0.16 |
| Hex | 2D | 4F | 1 | 2B | 0 | 63 | 45 | 56 | 62 | 10 |
| Octal | 55 | 117 | 1 | 53 | 0 | 143 | 105 | 126 | 142 | 20 |
| Binary | 101101 | 1001111 | 1 | 101011 | 0 | 1100011 | 1000101 | 1010110 | 1100010 | 10000 |
Color Harmonies of #2D4F01
Complementary color
Monochromatic Colors of #2D4F01
Black with #2D4F01
Text Example
Text Example
White with #2D4F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F01; }
p { color: rgb(45,79,1); }
H1.HeaderClassName
{
color: #2D4F01;
}
.AnyTagClassName
{
color: #2D4F01;
}
</style>
background-color css
<style>
a { background-color: #2D4F01; }
a { background-color: rgb(45,79,1); }
div.DivClassName
{
background-color: #2D4F01;
}
.BgClassName
{
background-color: #2D4F01;
}
</style>
border-color css
<style>
span { border-color: #2D4F01; }
span { border-color: rgb(45,79,1); }
td.TdClassName
{
border-color: #2D4F01;
}
.TagClassName
{
border-color: #2D4F01;
}
</style>