Shades of Turtle Green #2D5104
Tints of Turtle Green #2D5104
RGB
CMYK
RGB Variations
Color information
#2D5104 (or 0x2D5104) is known color: Turtle Green. HEX triplet: 2D, 51 and 04. RGB value is (45,81,4). Sum of RGB (Red+Green+Blue) = 45+81+4=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5104 is #D2AEFB. Grayscale: #3D3D3D. Windows color (decimal): -13807356 or 282925. OLE color: 282925.
HSL color Cylindrical-coordinate representation of color #2D5104: hue angle of 88.05º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D5104 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 4 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.68 |
| HSL | 88.05º | 0.91% | 0.17% | - |
| HSV(B) | 88.05º | 0.95% | 0.32% | - |
| XYZ | 4.05 | 6.45 | 1.15 | - |
| YUV | 61.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 4 | 0.44 | 0 | 0.95 | 0.68 | 88.05 | 0.91 | 0.17 |
| Hex | 2D | 51 | 4 | 2C | 0 | 5F | 44 | 58 | 5B | 11 |
| Octal | 55 | 121 | 4 | 54 | 0 | 137 | 104 | 130 | 133 | 21 |
| Binary | 101101 | 1010001 | 100 | 101100 | 0 | 1011111 | 1000100 | 1011000 | 1011011 | 10001 |
Color Harmonies of #2D5104
Complementary color
Monochromatic Colors of #2D5104
Black with #2D5104
Text Example
Text Example
White with #2D5104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5104; }
p { color: rgb(45,81,4); }
H1.HeaderClassName
{
color: #2D5104;
}
.AnyTagClassName
{
color: #2D5104;
}
</style>
background-color css
<style>
a { background-color: #2D5104; }
a { background-color: rgb(45,81,4); }
div.DivClassName
{
background-color: #2D5104;
}
.BgClassName
{
background-color: #2D5104;
}
</style>
border-color css
<style>
span { border-color: #2D5104; }
span { border-color: rgb(45,81,4); }
td.TdClassName
{
border-color: #2D5104;
}
.TagClassName
{
border-color: #2D5104;
}
</style>