Shades of Turtle Green #2F4800
Tints of Turtle Green #2F4800
RGB
CMYK
RGB Variations
Color information
#2F4800 (or 0x2F4800) is known color: Turtle Green. HEX triplet: 2F, 48 and 00. RGB value is (47,72,0). Sum of RGB (Red+Green+Blue) = 47+72+0=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4800 is #D0B7FF. Grayscale: #383838. Windows color (decimal): -13678592 or 18479. OLE color: 18479.
HSL color Cylindrical-coordinate representation of color #2F4800: hue angle of 80.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F4800 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.72 |
| HSL | 80.83º | 1% | 0.14% | - |
| HSV(B) | 80.83º | 1% | 0.28% | - |
| XYZ | 3.49 | 5.24 | 0.83 | - |
| YUV | 56.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 0 | 0.35 | 0 | 1 | 0.72 | 80.83 | 1 | 0.14 |
| Hex | 2F | 48 | 0 | 23 | 0 | 64 | 48 | 51 | 64 | E |
| Octal | 57 | 110 | 0 | 43 | 0 | 144 | 110 | 121 | 144 | 16 |
| Binary | 101111 | 1001000 | 0 | 100011 | 0 | 1100100 | 1001000 | 1010001 | 1100100 | 1110 |
Color Harmonies of #2F4800
Complementary color
Monochromatic Colors of #2F4800
Black with #2F4800
Text Example
Text Example
White with #2F4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4800; }
p { color: rgb(47,72,0); }
H1.HeaderClassName
{
color: #2F4800;
}
.AnyTagClassName
{
color: #2F4800;
}
</style>
background-color css
<style>
a { background-color: #2F4800; }
a { background-color: rgb(47,72,0); }
div.DivClassName
{
background-color: #2F4800;
}
.BgClassName
{
background-color: #2F4800;
}
</style>
border-color css
<style>
span { border-color: #2F4800; }
span { border-color: rgb(47,72,0); }
td.TdClassName
{
border-color: #2F4800;
}
.TagClassName
{
border-color: #2F4800;
}
</style>