Shades of Turtle Green #2F3A1A
Tints of Turtle Green #2F3A1A
RGB
CMYK
RGB Variations
Color information
#2F3A1A (or 0x2F3A1A) is known color: Turtle Green. HEX triplet: 2F, 3A and 1A. RGB value is (47,58,26). Sum of RGB (Red+Green+Blue) = 47+58+26=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #2F3A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3A1A is #D0C5E5. Grayscale: #333333. Windows color (decimal): -13682150 or 1718831. OLE color: 1718831.
HSL color Cylindrical-coordinate representation of color #2F3A1A: hue angle of 80.62º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F3A1A is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 58 | 26 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.77 |
| HSL | 80.63º | 0.38% | 0.16% | - |
| HSV(B) | 80.63º | 0.55% | 0.23% | - |
| XYZ | 2.87 | 3.71 | 1.54 | - |
| YUV | 51.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 26 | 0.19 | 0 | 0.55 | 0.77 | 80.63 | 0.38 | 0.16 |
| Hex | 2F | 3A | 1A | 13 | 0 | 37 | 4D | 51 | 26 | 10 |
| Octal | 57 | 72 | 32 | 23 | 0 | 67 | 115 | 121 | 46 | 20 |
| Binary | 101111 | 111010 | 11010 | 10011 | 0 | 110111 | 1001101 | 1010001 | 100110 | 10000 |
Color Harmonies of #2F3A1A
Complementary color
Monochromatic Colors of #2F3A1A
Black with #2F3A1A
Text Example
Text Example
White with #2F3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A1A; }
p { color: rgb(47,58,26); }
H1.HeaderClassName
{
color: #2F3A1A;
}
.AnyTagClassName
{
color: #2F3A1A;
}
</style>
background-color css
<style>
a { background-color: #2F3A1A; }
a { background-color: rgb(47,58,26); }
div.DivClassName
{
background-color: #2F3A1A;
}
.BgClassName
{
background-color: #2F3A1A;
}
</style>
border-color css
<style>
span { border-color: #2F3A1A; }
span { border-color: rgb(47,58,26); }
td.TdClassName
{
border-color: #2F3A1A;
}
.TagClassName
{
border-color: #2F3A1A;
}
</style>