Shades of Turtle Green #2D5702
Tints of Turtle Green #2D5702
RGB
CMYK
RGB Variations
Color information
#2D5702 (or 0x2D5702) is known color: Turtle Green. HEX triplet: 2D, 57 and 02. RGB value is (45,87,2). Sum of RGB (Red+Green+Blue) = 45+87+2=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 87 (34.38% from 255 or 64.93% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 87 - color contains mainly: green. Hex color #2D5702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5702 is #D2A8FD. Grayscale: #414141. Windows color (decimal): -13805822 or 153389. OLE color: 153389.
HSL color Cylindrical-coordinate representation of color #2D5702: hue angle of 89.65º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D5702 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 87 | 2 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.66 |
| HSL | 89.65º | 0.96% | 0.17% | - |
| HSV(B) | 89.65º | 0.98% | 0.34% | - |
| XYZ | 4.5 | 7.38 | 1.24 | - |
| YUV | 64.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 2 | 0.48 | 0 | 0.98 | 0.66 | 89.65 | 0.96 | 0.17 |
| Hex | 2D | 57 | 2 | 30 | 0 | 62 | 42 | 5A | 60 | 11 |
| Octal | 55 | 127 | 2 | 60 | 0 | 142 | 102 | 132 | 140 | 21 |
| Binary | 101101 | 1010111 | 10 | 110000 | 0 | 1100010 | 1000010 | 1011010 | 1100000 | 10001 |
Color Harmonies of #2D5702
Complementary color
Monochromatic Colors of #2D5702
Black with #2D5702
Text Example
Text Example
White with #2D5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5702; }
p { color: rgb(45,87,2); }
H1.HeaderClassName
{
color: #2D5702;
}
.AnyTagClassName
{
color: #2D5702;
}
</style>
background-color css
<style>
a { background-color: #2D5702; }
a { background-color: rgb(45,87,2); }
div.DivClassName
{
background-color: #2D5702;
}
.BgClassName
{
background-color: #2D5702;
}
</style>
border-color css
<style>
span { border-color: #2D5702; }
span { border-color: rgb(45,87,2); }
td.TdClassName
{
border-color: #2D5702;
}
.TagClassName
{
border-color: #2D5702;
}
</style>