Shades of Turtle Green #2D3E07
Tints of Turtle Green #2D3E07
RGB
CMYK
RGB Variations
Color information
#2D3E07 (or 0x2D3E07) is known color: Turtle Green. HEX triplet: 2D, 3E and 07. RGB value is (45,62,7). Sum of RGB (Red+Green+Blue) = 45+62+7=114 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.47% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3E07 is #D2C1F8. Grayscale: #323232. Windows color (decimal): -13812217 or 474669. OLE color: 474669.
HSL color Cylindrical-coordinate representation of color #2D3E07: hue angle of 78.55º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D3E07 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 62 | 7 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.76 |
| HSL | 78.55º | 0.8% | 0.14% | - |
| HSV(B) | 78.55º | 0.89% | 0.24% | - |
| XYZ | 2.84 | 4.02 | 0.83 | - |
| YUV | 50.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 7 | 0.27 | 0 | 0.89 | 0.76 | 78.55 | 0.8 | 0.14 |
| Hex | 2D | 3E | 7 | 1B | 0 | 59 | 4C | 4F | 50 | E |
| Octal | 55 | 76 | 7 | 33 | 0 | 131 | 114 | 117 | 120 | 16 |
| Binary | 101101 | 111110 | 111 | 11011 | 0 | 1011001 | 1001100 | 1001111 | 1010000 | 1110 |
Color Harmonies of #2D3E07
Complementary color
Monochromatic Colors of #2D3E07
Black with #2D3E07
Text Example
Text Example
White with #2D3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3E07; }
p { color: rgb(45,62,7); }
H1.HeaderClassName
{
color: #2D3E07;
}
.AnyTagClassName
{
color: #2D3E07;
}
</style>
background-color css
<style>
a { background-color: #2D3E07; }
a { background-color: rgb(45,62,7); }
div.DivClassName
{
background-color: #2D3E07;
}
.BgClassName
{
background-color: #2D3E07;
}
</style>
border-color css
<style>
span { border-color: #2D3E07; }
span { border-color: rgb(45,62,7); }
td.TdClassName
{
border-color: #2D3E07;
}
.TagClassName
{
border-color: #2D3E07;
}
</style>