Shades of Turtle Green #2F3B1A
Tints of Turtle Green #2F3B1A
RGB
CMYK
RGB Variations
Color information
#2F3B1A (or 0x2F3B1A) is known color: Turtle Green. HEX triplet: 2F, 3B and 1A. RGB value is (47,59,26). Sum of RGB (Red+Green+Blue) = 47+59+26=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B1A is #D0C4E5. Grayscale: #333333. Windows color (decimal): -13681894 or 1719087. OLE color: 1719087.
HSL color Cylindrical-coordinate representation of color #2F3B1A: hue angle of 81.82º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F3B1A is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 59 | 26 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.77 |
| HSL | 81.82º | 0.39% | 0.17% | - |
| HSV(B) | 81.82º | 0.56% | 0.23% | - |
| XYZ | 2.92 | 3.81 | 1.56 | - |
| YUV | 51.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 26 | 0.20 | 0 | 0.56 | 0.77 | 81.82 | 0.39 | 0.17 |
| Hex | 2F | 3B | 1A | 14 | 0 | 38 | 4D | 52 | 27 | 11 |
| Octal | 57 | 73 | 32 | 24 | 0 | 70 | 115 | 122 | 47 | 21 |
| Binary | 101111 | 111011 | 11010 | 10100 | 0 | 111000 | 1001101 | 1010010 | 100111 | 10001 |
Color Harmonies of #2F3B1A
Complementary color
Monochromatic Colors of #2F3B1A
Black with #2F3B1A
Text Example
Text Example
White with #2F3B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3B1A; }
p { color: rgb(47,59,26); }
H1.HeaderClassName
{
color: #2F3B1A;
}
.AnyTagClassName
{
color: #2F3B1A;
}
</style>
background-color css
<style>
a { background-color: #2F3B1A; }
a { background-color: rgb(47,59,26); }
div.DivClassName
{
background-color: #2F3B1A;
}
.BgClassName
{
background-color: #2F3B1A;
}
</style>
border-color css
<style>
span { border-color: #2F3B1A; }
span { border-color: rgb(47,59,26); }
td.TdClassName
{
border-color: #2F3B1A;
}
.TagClassName
{
border-color: #2F3B1A;
}
</style>