Shades of Turtle Green #2F4B07
Tints of Turtle Green #2F4B07
RGB
CMYK
RGB Variations
Color information
#2F4B07 (or 0x2F4B07) is known color: Turtle Green. HEX triplet: 2F, 4B and 07. RGB value is (47,75,7). Sum of RGB (Red+Green+Blue) = 47+75+7=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4B07 is #D0B4F8. Grayscale: #3B3B3B. Windows color (decimal): -13677817 or 477999. OLE color: 477999.
HSL color Cylindrical-coordinate representation of color #2F4B07: hue angle of 84.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F4B07 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 7 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.71 |
| HSL | 84.71º | 0.83% | 0.16% | - |
| HSV(B) | 84.71º | 0.91% | 0.29% | - |
| XYZ | 3.73 | 5.65 | 1.1 | - |
| YUV | 58.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 7 | 0.37 | 0 | 0.91 | 0.71 | 84.71 | 0.83 | 0.16 |
| Hex | 2F | 4B | 7 | 25 | 0 | 5B | 47 | 55 | 53 | 10 |
| Octal | 57 | 113 | 7 | 45 | 0 | 133 | 107 | 125 | 123 | 20 |
| Binary | 101111 | 1001011 | 111 | 100101 | 0 | 1011011 | 1000111 | 1010101 | 1010011 | 10000 |
Color Harmonies of #2F4B07
Complementary color
Monochromatic Colors of #2F4B07
Black with #2F4B07
Text Example
Text Example
White with #2F4B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B07; }
p { color: rgb(47,75,7); }
H1.HeaderClassName
{
color: #2F4B07;
}
.AnyTagClassName
{
color: #2F4B07;
}
</style>
background-color css
<style>
a { background-color: #2F4B07; }
a { background-color: rgb(47,75,7); }
div.DivClassName
{
background-color: #2F4B07;
}
.BgClassName
{
background-color: #2F4B07;
}
</style>
border-color css
<style>
span { border-color: #2F4B07; }
span { border-color: rgb(47,75,7); }
td.TdClassName
{
border-color: #2F4B07;
}
.TagClassName
{
border-color: #2F4B07;
}
</style>