Shades of Turtle Green #2F4703
Tints of Turtle Green #2F4703
RGB
CMYK
RGB Variations
Color information
#2F4703 (or 0x2F4703) is known color: Turtle Green. HEX triplet: 2F, 47 and 03. RGB value is (47,71,3). Sum of RGB (Red+Green+Blue) = 47+71+3=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4703 is #D0B8FC. Grayscale: #383838. Windows color (decimal): -13678845 or 214831. OLE color: 214831.
HSL color Cylindrical-coordinate representation of color #2F4703: hue angle of 81.18º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F4703 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 3 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.72 |
| HSL | 81.18º | 0.92% | 0.15% | - |
| HSV(B) | 81.18º | 0.96% | 0.28% | - |
| XYZ | 3.44 | 5.12 | 0.89 | - |
| YUV | 56.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 3 | 0.34 | 0 | 0.96 | 0.72 | 81.18 | 0.92 | 0.15 |
| Hex | 2F | 47 | 3 | 22 | 0 | 60 | 48 | 51 | 5C | F |
| Octal | 57 | 107 | 3 | 42 | 0 | 140 | 110 | 121 | 134 | 17 |
| Binary | 101111 | 1000111 | 11 | 100010 | 0 | 1100000 | 1001000 | 1010001 | 1011100 | 1111 |
Color Harmonies of #2F4703
Complementary color
Monochromatic Colors of #2F4703
Black with #2F4703
Text Example
Text Example
White with #2F4703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4703; }
p { color: rgb(47,71,3); }
H1.HeaderClassName
{
color: #2F4703;
}
.AnyTagClassName
{
color: #2F4703;
}
</style>
background-color css
<style>
a { background-color: #2F4703; }
a { background-color: rgb(47,71,3); }
div.DivClassName
{
background-color: #2F4703;
}
.BgClassName
{
background-color: #2F4703;
}
</style>
border-color css
<style>
span { border-color: #2F4703; }
span { border-color: rgb(47,71,3); }
td.TdClassName
{
border-color: #2F4703;
}
.TagClassName
{
border-color: #2F4703;
}
</style>