Shades of Turtle Green #2F5501
Tints of Turtle Green #2F5501
RGB
CMYK
RGB Variations
Color information
#2F5501 (or 0x2F5501) is known color: Turtle Green. HEX triplet: 2F, 55 and 01. RGB value is (47,85,1). Sum of RGB (Red+Green+Blue) = 47+85+1=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5501 is #D0AAFE. Grayscale: #404040. Windows color (decimal): -13675263 or 87343. OLE color: 87343.
HSL color Cylindrical-coordinate representation of color #2F5501: hue angle of 87.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F5501 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 85 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.67 |
| HSL | 87.14º | 0.98% | 0.17% | - |
| HSV(B) | 87.14º | 0.99% | 0.33% | - |
| XYZ | 4.43 | 7.1 | 1.17 | - |
| YUV | 64.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 1 | 0.45 | 0 | 0.99 | 0.67 | 87.14 | 0.98 | 0.17 |
| Hex | 2F | 55 | 1 | 2D | 0 | 63 | 43 | 57 | 62 | 11 |
| Octal | 57 | 125 | 1 | 55 | 0 | 143 | 103 | 127 | 142 | 21 |
| Binary | 101111 | 1010101 | 1 | 101101 | 0 | 1100011 | 1000011 | 1010111 | 1100010 | 10001 |
Color Harmonies of #2F5501
Complementary color
Monochromatic Colors of #2F5501
Black with #2F5501
Text Example
Text Example
White with #2F5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5501; }
p { color: rgb(47,85,1); }
H1.HeaderClassName
{
color: #2F5501;
}
.AnyTagClassName
{
color: #2F5501;
}
</style>
background-color css
<style>
a { background-color: #2F5501; }
a { background-color: rgb(47,85,1); }
div.DivClassName
{
background-color: #2F5501;
}
.BgClassName
{
background-color: #2F5501;
}
</style>
border-color css
<style>
span { border-color: #2F5501; }
span { border-color: rgb(47,85,1); }
td.TdClassName
{
border-color: #2F5501;
}
.TagClassName
{
border-color: #2F5501;
}
</style>