Shades of Turtle Green #2F4201
Tints of Turtle Green #2F4201
RGB
CMYK
RGB Variations
Color information
#2F4201 (or 0x2F4201) is known color: Turtle Green. HEX triplet: 2F, 42 and 01. RGB value is (47,66,1). Sum of RGB (Red+Green+Blue) = 47+66+1=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4201 is #D0BDFE. Grayscale: #353535. Windows color (decimal): -13680127 or 82479. OLE color: 82479.
HSL color Cylindrical-coordinate representation of color #2F4201: hue angle of 77.54º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F4201 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 66 | 1 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.74 |
| HSL | 77.54º | 0.97% | 0.13% | - |
| HSV(B) | 77.54º | 0.98% | 0.26% | - |
| XYZ | 3.13 | 4.5 | 0.73 | - |
| YUV | 52.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 1 | 0.29 | 0 | 0.98 | 0.74 | 77.54 | 0.97 | 0.13 |
| Hex | 2F | 42 | 1 | 1D | 0 | 62 | 4A | 4E | 61 | D |
| Octal | 57 | 102 | 1 | 35 | 0 | 142 | 112 | 116 | 141 | 15 |
| Binary | 101111 | 1000010 | 1 | 11101 | 0 | 1100010 | 1001010 | 1001110 | 1100001 | 1101 |
Color Harmonies of #2F4201
Complementary color
Monochromatic Colors of #2F4201
Black with #2F4201
Text Example
Text Example
White with #2F4201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4201; }
p { color: rgb(47,66,1); }
H1.HeaderClassName
{
color: #2F4201;
}
.AnyTagClassName
{
color: #2F4201;
}
</style>
background-color css
<style>
a { background-color: #2F4201; }
a { background-color: rgb(47,66,1); }
div.DivClassName
{
background-color: #2F4201;
}
.BgClassName
{
background-color: #2F4201;
}
</style>
border-color css
<style>
span { border-color: #2F4201; }
span { border-color: rgb(47,66,1); }
td.TdClassName
{
border-color: #2F4201;
}
.TagClassName
{
border-color: #2F4201;
}
</style>