Shades of Turtle Green #2F4002
Tints of Turtle Green #2F4002
RGB
CMYK
RGB Variations
Color information
#2F4002 (or 0x2F4002) is known color: Turtle Green. HEX triplet: 2F, 40 and 02. RGB value is (47,64,2). Sum of RGB (Red+Green+Blue) = 47+64+2=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4002 is #D0BFFD. Grayscale: #343434. Windows color (decimal): -13680638 or 147503. OLE color: 147503.
HSL color Cylindrical-coordinate representation of color #2F4002: hue angle of 76.45º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F4002 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 2 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.75 |
| HSL | 76.45º | 0.94% | 0.13% | - |
| HSV(B) | 76.45º | 0.97% | 0.25% | - |
| XYZ | 3.02 | 4.28 | 0.72 | - |
| YUV | 51.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 2 | 0.27 | 0 | 0.97 | 0.75 | 76.45 | 0.94 | 0.13 |
| Hex | 2F | 40 | 2 | 1B | 0 | 61 | 4B | 4C | 5E | D |
| Octal | 57 | 100 | 2 | 33 | 0 | 141 | 113 | 114 | 136 | 15 |
| Binary | 101111 | 1000000 | 10 | 11011 | 0 | 1100001 | 1001011 | 1001100 | 1011110 | 1101 |
Color Harmonies of #2F4002
Complementary color
Monochromatic Colors of #2F4002
Black with #2F4002
Text Example
Text Example
White with #2F4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4002; }
p { color: rgb(47,64,2); }
H1.HeaderClassName
{
color: #2F4002;
}
.AnyTagClassName
{
color: #2F4002;
}
</style>
background-color css
<style>
a { background-color: #2F4002; }
a { background-color: rgb(47,64,2); }
div.DivClassName
{
background-color: #2F4002;
}
.BgClassName
{
background-color: #2F4002;
}
</style>
border-color css
<style>
span { border-color: #2F4002; }
span { border-color: rgb(47,64,2); }
td.TdClassName
{
border-color: #2F4002;
}
.TagClassName
{
border-color: #2F4002;
}
</style>