Shades of Turtle Green #2D3907
Tints of Turtle Green #2D3907
RGB
CMYK
RGB Variations
Color information
#2D3907 (or 0x2D3907) is known color: Turtle Green. HEX triplet: 2D, 39 and 07. RGB value is (45,57,7). Sum of RGB (Red+Green+Blue) = 45+57+7=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #2D3907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3907 is #D2C6F8. Grayscale: #2F2F2F. Windows color (decimal): -13813497 or 473389. OLE color: 473389.
HSL color Cylindrical-coordinate representation of color #2D3907: hue angle of 74.4º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D3907 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 57 | 7 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.78 |
| HSL | 74.4º | 0.78% | 0.13% | - |
| HSV(B) | 74.4º | 0.88% | 0.22% | - |
| XYZ | 2.58 | 3.5 | 0.74 | - |
| YUV | 47.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 7 | 0.21 | 0 | 0.88 | 0.78 | 74.4 | 0.78 | 0.13 |
| Hex | 2D | 39 | 7 | 15 | 0 | 58 | 4E | 4A | 4E | D |
| Octal | 55 | 71 | 7 | 25 | 0 | 130 | 116 | 112 | 116 | 15 |
| Binary | 101101 | 111001 | 111 | 10101 | 0 | 1011000 | 1001110 | 1001010 | 1001110 | 1101 |
Color Harmonies of #2D3907
Complementary color
Monochromatic Colors of #2D3907
Black with #2D3907
Text Example
Text Example
White with #2D3907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3907; }
p { color: rgb(45,57,7); }
H1.HeaderClassName
{
color: #2D3907;
}
.AnyTagClassName
{
color: #2D3907;
}
</style>
background-color css
<style>
a { background-color: #2D3907; }
a { background-color: rgb(45,57,7); }
div.DivClassName
{
background-color: #2D3907;
}
.BgClassName
{
background-color: #2D3907;
}
</style>
border-color css
<style>
span { border-color: #2D3907; }
span { border-color: rgb(45,57,7); }
td.TdClassName
{
border-color: #2D3907;
}
.TagClassName
{
border-color: #2D3907;
}
</style>