Shades of Turtle Green #2D4F02
Tints of Turtle Green #2D4F02
RGB
CMYK
RGB Variations
Color information
#2D4F02 (or 0x2D4F02) is known color: Turtle Green. HEX triplet: 2D, 4F and 02. RGB value is (45,79,2). Sum of RGB (Red+Green+Blue) = 45+79+2=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 79 (31.25% from 255 or 62.70% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D4F02 is #D2B0FD. Grayscale: #3C3C3C. Windows color (decimal): -13807870 or 151341. OLE color: 151341.
HSL color Cylindrical-coordinate representation of color #2D4F02: hue angle of 86.49º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D4F02 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 79 | 2 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.69 |
| HSL | 86.49º | 0.95% | 0.16% | - |
| HSV(B) | 86.49º | 0.97% | 0.31% | - |
| XYZ | 3.89 | 6.15 | 1.04 | - |
| YUV | 60.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 2 | 0.43 | 0 | 0.97 | 0.69 | 86.49 | 0.95 | 0.16 |
| Hex | 2D | 4F | 2 | 2B | 0 | 61 | 45 | 56 | 5F | 10 |
| Octal | 55 | 117 | 2 | 53 | 0 | 141 | 105 | 126 | 137 | 20 |
| Binary | 101101 | 1001111 | 10 | 101011 | 0 | 1100001 | 1000101 | 1010110 | 1011111 | 10000 |
Color Harmonies of #2D4F02
Complementary color
Monochromatic Colors of #2D4F02
Black with #2D4F02
Text Example
Text Example
White with #2D4F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F02; }
p { color: rgb(45,79,2); }
H1.HeaderClassName
{
color: #2D4F02;
}
.AnyTagClassName
{
color: #2D4F02;
}
</style>
background-color css
<style>
a { background-color: #2D4F02; }
a { background-color: rgb(45,79,2); }
div.DivClassName
{
background-color: #2D4F02;
}
.BgClassName
{
background-color: #2D4F02;
}
</style>
border-color css
<style>
span { border-color: #2D4F02; }
span { border-color: rgb(45,79,2); }
td.TdClassName
{
border-color: #2D4F02;
}
.TagClassName
{
border-color: #2D4F02;
}
</style>