Shades of Turtle Green #2F5308
Tints of Turtle Green #2F5308
RGB
CMYK
RGB Variations
Color information
#2F5308 (or 0x2F5308) is known color: Turtle Green. HEX triplet: 2F, 53 and 08. RGB value is (47,83,8). Sum of RGB (Red+Green+Blue) = 47+83+8=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5308 is #D0ACF7. Grayscale: #3F3F3F. Windows color (decimal): -13675768 or 545583. OLE color: 545583.
HSL color Cylindrical-coordinate representation of color #2F5308: hue angle of 88.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F5308 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 83 | 8 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.67 |
| HSL | 88.8º | 0.82% | 0.18% | - |
| HSV(B) | 88.8º | 0.9% | 0.33% | - |
| XYZ | 4.31 | 6.81 | 1.32 | - |
| YUV | 63.69 | 96.57 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 83 | 8 | 0.43 | 0 | 0.90 | 0.67 | 88.8 | 0.82 | 0.18 |
| Hex | 2F | 53 | 8 | 2B | 0 | 5A | 43 | 59 | 52 | 12 |
| Octal | 57 | 123 | 10 | 53 | 0 | 132 | 103 | 131 | 122 | 22 |
| Binary | 101111 | 1010011 | 1000 | 101011 | 0 | 1011010 | 1000011 | 1011001 | 1010010 | 10010 |
Color Harmonies of #2F5308
Complementary color
Monochromatic Colors of #2F5308
Black with #2F5308
Text Example
Text Example
White with #2F5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5308; }
p { color: rgb(47,83,8); }
H1.HeaderClassName
{
color: #2F5308;
}
.AnyTagClassName
{
color: #2F5308;
}
</style>
background-color css
<style>
a { background-color: #2F5308; }
a { background-color: rgb(47,83,8); }
div.DivClassName
{
background-color: #2F5308;
}
.BgClassName
{
background-color: #2F5308;
}
</style>
border-color css
<style>
span { border-color: #2F5308; }
span { border-color: rgb(47,83,8); }
td.TdClassName
{
border-color: #2F5308;
}
.TagClassName
{
border-color: #2F5308;
}
</style>