Shades of Turtle Green #2D5502
Tints of Turtle Green #2D5502
RGB
CMYK
RGB Variations
Color information
#2D5502 (or 0x2D5502) is known color: Turtle Green. HEX triplet: 2D, 55 and 02. RGB value is (45,85,2). Sum of RGB (Red+Green+Blue) = 45+85+2=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5502 is #D2AAFD. Grayscale: #3F3F3F. Windows color (decimal): -13806334 or 152877. OLE color: 152877.
HSL color Cylindrical-coordinate representation of color #2D5502: hue angle of 88.92º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D5502 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 2 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.67 |
| HSL | 88.92º | 0.95% | 0.17% | - |
| HSV(B) | 88.92º | 0.98% | 0.33% | - |
| XYZ | 4.34 | 7.06 | 1.19 | - |
| YUV | 63.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 2 | 0.47 | 0 | 0.98 | 0.67 | 88.92 | 0.95 | 0.17 |
| Hex | 2D | 55 | 2 | 2F | 0 | 62 | 43 | 59 | 5F | 11 |
| Octal | 55 | 125 | 2 | 57 | 0 | 142 | 103 | 131 | 137 | 21 |
| Binary | 101101 | 1010101 | 10 | 101111 | 0 | 1100010 | 1000011 | 1011001 | 1011111 | 10001 |
Color Harmonies of #2D5502
Complementary color
Monochromatic Colors of #2D5502
Black with #2D5502
Text Example
Text Example
White with #2D5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5502; }
p { color: rgb(45,85,2); }
H1.HeaderClassName
{
color: #2D5502;
}
.AnyTagClassName
{
color: #2D5502;
}
</style>
background-color css
<style>
a { background-color: #2D5502; }
a { background-color: rgb(45,85,2); }
div.DivClassName
{
background-color: #2D5502;
}
.BgClassName
{
background-color: #2D5502;
}
</style>
border-color css
<style>
span { border-color: #2D5502; }
span { border-color: rgb(45,85,2); }
td.TdClassName
{
border-color: #2D5502;
}
.TagClassName
{
border-color: #2D5502;
}
</style>