Shades of Turtle Green #2F5102
Tints of Turtle Green #2F5102
RGB
CMYK
RGB Variations
Color information
#2F5102 (or 0x2F5102) is known color: Turtle Green. HEX triplet: 2F, 51 and 02. RGB value is (47,81,2). Sum of RGB (Red+Green+Blue) = 47+81+2=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5102 is #D0AEFD. Grayscale: #3E3E3E. Windows color (decimal): -13676286 or 151855. OLE color: 151855.
HSL color Cylindrical-coordinate representation of color #2F5102: hue angle of 85.82º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F5102 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 81 | 2 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.68 |
| HSL | 85.82º | 0.95% | 0.16% | - |
| HSV(B) | 85.82º | 0.98% | 0.32% | - |
| XYZ | 4.13 | 6.49 | 1.09 | - |
| YUV | 61.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 2 | 0.42 | 0 | 0.98 | 0.68 | 85.82 | 0.95 | 0.16 |
| Hex | 2F | 51 | 2 | 2A | 0 | 62 | 44 | 56 | 5F | 10 |
| Octal | 57 | 121 | 2 | 52 | 0 | 142 | 104 | 126 | 137 | 20 |
| Binary | 101111 | 1010001 | 10 | 101010 | 0 | 1100010 | 1000100 | 1010110 | 1011111 | 10000 |
Color Harmonies of #2F5102
Complementary color
Monochromatic Colors of #2F5102
Black with #2F5102
Text Example
Text Example
White with #2F5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5102; }
p { color: rgb(47,81,2); }
H1.HeaderClassName
{
color: #2F5102;
}
.AnyTagClassName
{
color: #2F5102;
}
</style>
background-color css
<style>
a { background-color: #2F5102; }
a { background-color: rgb(47,81,2); }
div.DivClassName
{
background-color: #2F5102;
}
.BgClassName
{
background-color: #2F5102;
}
</style>
border-color css
<style>
span { border-color: #2F5102; }
span { border-color: rgb(47,81,2); }
td.TdClassName
{
border-color: #2F5102;
}
.TagClassName
{
border-color: #2F5102;
}
</style>