Shades of Turtle Green #2F3A05
Tints of Turtle Green #2F3A05
RGB
CMYK
RGB Variations
Color information
#2F3A05 (or 0x2F3A05) is known color: Turtle Green. HEX triplet: 2F, 3A and 05. RGB value is (47,58,5). Sum of RGB (Red+Green+Blue) = 47+58+5=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #2F3A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3A05 is #D0C5FA. Grayscale: #303030. Windows color (decimal): -13682171 or 342575. OLE color: 342575.
HSL color Cylindrical-coordinate representation of color #2F3A05: hue angle of 72.45º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F3A05 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 58 | 5 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.77 |
| HSL | 72.45º | 0.84% | 0.12% | - |
| HSV(B) | 72.45º | 0.91% | 0.23% | - |
| XYZ | 2.71 | 3.64 | 0.7 | - |
| YUV | 48.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 5 | 0.19 | 0 | 0.91 | 0.77 | 72.45 | 0.84 | 0.12 |
| Hex | 2F | 3A | 5 | 13 | 0 | 5B | 4D | 48 | 54 | C |
| Octal | 57 | 72 | 5 | 23 | 0 | 133 | 115 | 110 | 124 | 14 |
| Binary | 101111 | 111010 | 101 | 10011 | 0 | 1011011 | 1001101 | 1001000 | 1010100 | 1100 |
Color Harmonies of #2F3A05
Complementary color
Monochromatic Colors of #2F3A05
Black with #2F3A05
Text Example
Text Example
White with #2F3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A05; }
p { color: rgb(47,58,5); }
H1.HeaderClassName
{
color: #2F3A05;
}
.AnyTagClassName
{
color: #2F3A05;
}
</style>
background-color css
<style>
a { background-color: #2F3A05; }
a { background-color: rgb(47,58,5); }
div.DivClassName
{
background-color: #2F3A05;
}
.BgClassName
{
background-color: #2F3A05;
}
</style>
border-color css
<style>
span { border-color: #2F3A05; }
span { border-color: rgb(47,58,5); }
td.TdClassName
{
border-color: #2F3A05;
}
.TagClassName
{
border-color: #2F3A05;
}
</style>