Shades of Turtle Green #2D5008
Tints of Turtle Green #2D5008
RGB
CMYK
RGB Variations
Color information
#2D5008 (or 0x2D5008) is known color: Turtle Green. HEX triplet: 2D, 50 and 08. RGB value is (45,80,8). Sum of RGB (Red+Green+Blue) = 45+80+8=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5008 is #D2AFF7. Grayscale: #3D3D3D. Windows color (decimal): -13807608 or 544813. OLE color: 544813.
HSL color Cylindrical-coordinate representation of color #2D5008: hue angle of 89.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D5008 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 8 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.69 |
| HSL | 89.17º | 0.82% | 0.17% | - |
| HSV(B) | 89.17º | 0.9% | 0.31% | - |
| XYZ | 3.99 | 6.31 | 1.24 | - |
| YUV | 61.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 8 | 0.44 | 0 | 0.90 | 0.69 | 89.17 | 0.82 | 0.17 |
| Hex | 2D | 50 | 8 | 2C | 0 | 5A | 45 | 59 | 52 | 11 |
| Octal | 55 | 120 | 10 | 54 | 0 | 132 | 105 | 131 | 122 | 21 |
| Binary | 101101 | 1010000 | 1000 | 101100 | 0 | 1011010 | 1000101 | 1011001 | 1010010 | 10001 |
Color Harmonies of #2D5008
Complementary color
Monochromatic Colors of #2D5008
Black with #2D5008
Text Example
Text Example
White with #2D5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5008; }
p { color: rgb(45,80,8); }
H1.HeaderClassName
{
color: #2D5008;
}
.AnyTagClassName
{
color: #2D5008;
}
</style>
background-color css
<style>
a { background-color: #2D5008; }
a { background-color: rgb(45,80,8); }
div.DivClassName
{
background-color: #2D5008;
}
.BgClassName
{
background-color: #2D5008;
}
</style>
border-color css
<style>
span { border-color: #2D5008; }
span { border-color: rgb(45,80,8); }
td.TdClassName
{
border-color: #2D5008;
}
.TagClassName
{
border-color: #2D5008;
}
</style>