Shades of Turtle Green #2F3E04
Tints of Turtle Green #2F3E04
RGB
CMYK
RGB Variations
Color information
#2F3E04 (or 0x2F3E04) is known color: Turtle Green. HEX triplet: 2F, 3E and 04. RGB value is (47,62,4). Sum of RGB (Red+Green+Blue) = 47+62+4=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3E04 is #D0C1FB. Grayscale: #333333. Windows color (decimal): -13681148 or 278063. OLE color: 278063.
HSL color Cylindrical-coordinate representation of color #2F3E04: hue angle of 75.52º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F3E04 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 62 | 4 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.76 |
| HSL | 75.52º | 0.88% | 0.13% | - |
| HSV(B) | 75.52º | 0.94% | 0.24% | - |
| XYZ | 2.92 | 4.06 | 0.74 | - |
| YUV | 50.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 4 | 0.24 | 0 | 0.94 | 0.76 | 75.52 | 0.88 | 0.13 |
| Hex | 2F | 3E | 4 | 18 | 0 | 5E | 4C | 4C | 58 | D |
| Octal | 57 | 76 | 4 | 30 | 0 | 136 | 114 | 114 | 130 | 15 |
| Binary | 101111 | 111110 | 100 | 11000 | 0 | 1011110 | 1001100 | 1001100 | 1011000 | 1101 |
Color Harmonies of #2F3E04
Complementary color
Monochromatic Colors of #2F3E04
Black with #2F3E04
Text Example
Text Example
White with #2F3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E04; }
p { color: rgb(47,62,4); }
H1.HeaderClassName
{
color: #2F3E04;
}
.AnyTagClassName
{
color: #2F3E04;
}
</style>
background-color css
<style>
a { background-color: #2F3E04; }
a { background-color: rgb(47,62,4); }
div.DivClassName
{
background-color: #2F3E04;
}
.BgClassName
{
background-color: #2F3E04;
}
</style>
border-color css
<style>
span { border-color: #2F3E04; }
span { border-color: rgb(47,62,4); }
td.TdClassName
{
border-color: #2F3E04;
}
.TagClassName
{
border-color: #2F3E04;
}
</style>