Shades of Turtle Green #2D350F
Tints of Turtle Green #2D350F
RGB
CMYK
RGB Variations
Color information
#2D350F (or 0x2D350F) is known color: Turtle Green. HEX triplet: 2D, 35 and 0F. RGB value is (45,53,15). Sum of RGB (Red+Green+Blue) = 45+53+15=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #2D350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D350F is #D2CAF0. Grayscale: #2E2E2E. Windows color (decimal): -13814513 or 996653. OLE color: 996653.
HSL color Cylindrical-coordinate representation of color #2D350F: hue angle of 72.63º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D350F is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 15 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.79 |
| HSL | 72.63º | 0.56% | 0.13% | - |
| HSV(B) | 72.63º | 0.72% | 0.21% | - |
| XYZ | 2.44 | 3.14 | 0.93 | - |
| YUV | 46.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 15 | 0.15 | 0 | 0.72 | 0.79 | 72.63 | 0.56 | 0.13 |
| Hex | 2D | 35 | F | F | 0 | 48 | 4F | 49 | 38 | D |
| Octal | 55 | 65 | 17 | 17 | 0 | 110 | 117 | 111 | 70 | 15 |
| Binary | 101101 | 110101 | 1111 | 1111 | 0 | 1001000 | 1001111 | 1001001 | 111000 | 1101 |
Color Harmonies of #2D350F
Complementary color
Monochromatic Colors of #2D350F
Black with #2D350F
Text Example
Text Example
White with #2D350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D350F; }
p { color: rgb(45,53,15); }
H1.HeaderClassName
{
color: #2D350F;
}
.AnyTagClassName
{
color: #2D350F;
}
</style>
background-color css
<style>
a { background-color: #2D350F; }
a { background-color: rgb(45,53,15); }
div.DivClassName
{
background-color: #2D350F;
}
.BgClassName
{
background-color: #2D350F;
}
</style>
border-color css
<style>
span { border-color: #2D350F; }
span { border-color: rgb(45,53,15); }
td.TdClassName
{
border-color: #2D350F;
}
.TagClassName
{
border-color: #2D350F;
}
</style>