Shades of Turtle Green #2F3C07
Tints of Turtle Green #2F3C07
RGB
CMYK
RGB Variations
Color information
#2F3C07 (or 0x2F3C07) is known color: Turtle Green. HEX triplet: 2F, 3C and 07. RGB value is (47,60,7). Sum of RGB (Red+Green+Blue) = 47+60+7=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3C07 is #D0C3F8. Grayscale: #323232. Windows color (decimal): -13681657 or 474159. OLE color: 474159.
HSL color Cylindrical-coordinate representation of color #2F3C07: hue angle of 74.72º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F3C07 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 7 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.76 |
| HSL | 74.72º | 0.79% | 0.13% | - |
| HSV(B) | 74.72º | 0.88% | 0.24% | - |
| XYZ | 2.83 | 3.85 | 0.8 | - |
| YUV | 50.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 7 | 0.22 | 0 | 0.88 | 0.76 | 74.72 | 0.79 | 0.13 |
| Hex | 2F | 3C | 7 | 16 | 0 | 58 | 4C | 4B | 4F | D |
| Octal | 57 | 74 | 7 | 26 | 0 | 130 | 114 | 113 | 117 | 15 |
| Binary | 101111 | 111100 | 111 | 10110 | 0 | 1011000 | 1001100 | 1001011 | 1001111 | 1101 |
Color Harmonies of #2F3C07
Complementary color
Monochromatic Colors of #2F3C07
Black with #2F3C07
Text Example
Text Example
White with #2F3C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C07; }
p { color: rgb(47,60,7); }
H1.HeaderClassName
{
color: #2F3C07;
}
.AnyTagClassName
{
color: #2F3C07;
}
</style>
background-color css
<style>
a { background-color: #2F3C07; }
a { background-color: rgb(47,60,7); }
div.DivClassName
{
background-color: #2F3C07;
}
.BgClassName
{
background-color: #2F3C07;
}
</style>
border-color css
<style>
span { border-color: #2F3C07; }
span { border-color: rgb(47,60,7); }
td.TdClassName
{
border-color: #2F3C07;
}
.TagClassName
{
border-color: #2F3C07;
}
</style>