Shades of Turtle Green #2F3E00
Tints of Turtle Green #2F3E00
RGB
CMYK
RGB Variations
Color information
#2F3E00 (or 0x2F3E00) is known color: Turtle Green. HEX triplet: 2F, 3E and 00. RGB value is (47,62,0). Sum of RGB (Red+Green+Blue) = 47+62+0=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 62 (24.61% from 255 or 56.88% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3E00 is #D0C1FF. Grayscale: #323232. Windows color (decimal): -13681152 or 15919. OLE color: 15919.
HSL color Cylindrical-coordinate representation of color #2F3E00: hue angle of 74.52º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F3E00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 62 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.76 |
| HSL | 74.52º | 1% | 0.12% | - |
| HSV(B) | 74.52º | 1% | 0.24% | - |
| XYZ | 2.89 | 4.05 | 0.63 | - |
| YUV | 50.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 0 | 0.24 | 0 | 1 | 0.76 | 74.52 | 1 | 0.12 |
| Hex | 2F | 3E | 0 | 18 | 0 | 64 | 4C | 4B | 64 | C |
| Octal | 57 | 76 | 0 | 30 | 0 | 144 | 114 | 113 | 144 | 14 |
| Binary | 101111 | 111110 | 0 | 11000 | 0 | 1100100 | 1001100 | 1001011 | 1100100 | 1100 |
Color Harmonies of #2F3E00
Complementary color
Monochromatic Colors of #2F3E00
Black with #2F3E00
Text Example
Text Example
White with #2F3E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E00; }
p { color: rgb(47,62,0); }
H1.HeaderClassName
{
color: #2F3E00;
}
.AnyTagClassName
{
color: #2F3E00;
}
</style>
background-color css
<style>
a { background-color: #2F3E00; }
a { background-color: rgb(47,62,0); }
div.DivClassName
{
background-color: #2F3E00;
}
.BgClassName
{
background-color: #2F3E00;
}
</style>
border-color css
<style>
span { border-color: #2F3E00; }
span { border-color: rgb(47,62,0); }
td.TdClassName
{
border-color: #2F3E00;
}
.TagClassName
{
border-color: #2F3E00;
}
</style>