Shades of Turtle Green #2F4603
Tints of Turtle Green #2F4603
RGB
CMYK
RGB Variations
Color information
#2F4603 (or 0x2F4603) is known color: Turtle Green. HEX triplet: 2F, 46 and 03. RGB value is (47,70,3). Sum of RGB (Red+Green+Blue) = 47+70+3=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4603 is #D0B9FC. Grayscale: #373737. Windows color (decimal): -13679101 or 214575. OLE color: 214575.
HSL color Cylindrical-coordinate representation of color #2F4603: hue angle of 80.6º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F4603 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 3 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.73 |
| HSL | 80.6º | 0.92% | 0.14% | - |
| HSV(B) | 80.6º | 0.96% | 0.27% | - |
| XYZ | 3.38 | 4.99 | 0.87 | - |
| YUV | 55.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 3 | 0.33 | 0 | 0.96 | 0.73 | 80.6 | 0.92 | 0.14 |
| Hex | 2F | 46 | 3 | 21 | 0 | 60 | 49 | 51 | 5C | E |
| Octal | 57 | 106 | 3 | 41 | 0 | 140 | 111 | 121 | 134 | 16 |
| Binary | 101111 | 1000110 | 11 | 100001 | 0 | 1100000 | 1001001 | 1010001 | 1011100 | 1110 |
Color Harmonies of #2F4603
Complementary color
Monochromatic Colors of #2F4603
Black with #2F4603
Text Example
Text Example
White with #2F4603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4603; }
p { color: rgb(47,70,3); }
H1.HeaderClassName
{
color: #2F4603;
}
.AnyTagClassName
{
color: #2F4603;
}
</style>
background-color css
<style>
a { background-color: #2F4603; }
a { background-color: rgb(47,70,3); }
div.DivClassName
{
background-color: #2F4603;
}
.BgClassName
{
background-color: #2F4603;
}
</style>
border-color css
<style>
span { border-color: #2F4603; }
span { border-color: rgb(47,70,3); }
td.TdClassName
{
border-color: #2F4603;
}
.TagClassName
{
border-color: #2F4603;
}
</style>