Shades of Turtle Green #2F5504
Tints of Turtle Green #2F5504
RGB
CMYK
RGB Variations
Color information
#2F5504 (or 0x2F5504) is known color: Turtle Green. HEX triplet: 2F, 55 and 04. RGB value is (47,85,4). Sum of RGB (Red+Green+Blue) = 47+85+4=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5504 is #D0AAFB. Grayscale: #404040. Windows color (decimal): -13675260 or 283951. OLE color: 283951.
HSL color Cylindrical-coordinate representation of color #2F5504: hue angle of 88.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F5504 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 85 | 4 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.67 |
| HSL | 88.15º | 0.91% | 0.17% | - |
| HSV(B) | 88.15º | 0.95% | 0.33% | - |
| XYZ | 4.44 | 7.11 | 1.25 | - |
| YUV | 64.4 | 93.91 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 4 | 0.45 | 0 | 0.95 | 0.67 | 88.15 | 0.91 | 0.17 |
| Hex | 2F | 55 | 4 | 2D | 0 | 5F | 43 | 58 | 5B | 11 |
| Octal | 57 | 125 | 4 | 55 | 0 | 137 | 103 | 130 | 133 | 21 |
| Binary | 101111 | 1010101 | 100 | 101101 | 0 | 1011111 | 1000011 | 1011000 | 1011011 | 10001 |
Color Harmonies of #2F5504
Complementary color
Monochromatic Colors of #2F5504
Black with #2F5504
Text Example
Text Example
White with #2F5504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5504; }
p { color: rgb(47,85,4); }
H1.HeaderClassName
{
color: #2F5504;
}
.AnyTagClassName
{
color: #2F5504;
}
</style>
background-color css
<style>
a { background-color: #2F5504; }
a { background-color: rgb(47,85,4); }
div.DivClassName
{
background-color: #2F5504;
}
.BgClassName
{
background-color: #2F5504;
}
</style>
border-color css
<style>
span { border-color: #2F5504; }
span { border-color: rgb(47,85,4); }
td.TdClassName
{
border-color: #2F5504;
}
.TagClassName
{
border-color: #2F5504;
}
</style>