Shades of Turtle Green #2F4401
Tints of Turtle Green #2F4401
RGB
CMYK
RGB Variations
Color information
#2F4401 (or 0x2F4401) is known color: Turtle Green. HEX triplet: 2F, 44 and 01. RGB value is (47,68,1). Sum of RGB (Red+Green+Blue) = 47+68+1=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4401 is #D0BBFE. Grayscale: #363636. Windows color (decimal): -13679615 or 82991. OLE color: 82991.
HSL color Cylindrical-coordinate representation of color #2F4401: hue angle of 78.81º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F4401 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.73 |
| HSL | 78.81º | 0.97% | 0.14% | - |
| HSV(B) | 78.81º | 0.99% | 0.27% | - |
| XYZ | 3.24 | 4.74 | 0.77 | - |
| YUV | 54.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 1 | 0.31 | 0 | 0.99 | 0.73 | 78.81 | 0.97 | 0.14 |
| Hex | 2F | 44 | 1 | 1F | 0 | 63 | 49 | 4F | 61 | E |
| Octal | 57 | 104 | 1 | 37 | 0 | 143 | 111 | 117 | 141 | 16 |
| Binary | 101111 | 1000100 | 1 | 11111 | 0 | 1100011 | 1001001 | 1001111 | 1100001 | 1110 |
Color Harmonies of #2F4401
Complementary color
Monochromatic Colors of #2F4401
Black with #2F4401
Text Example
Text Example
White with #2F4401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4401; }
p { color: rgb(47,68,1); }
H1.HeaderClassName
{
color: #2F4401;
}
.AnyTagClassName
{
color: #2F4401;
}
</style>
background-color css
<style>
a { background-color: #2F4401; }
a { background-color: rgb(47,68,1); }
div.DivClassName
{
background-color: #2F4401;
}
.BgClassName
{
background-color: #2F4401;
}
</style>
border-color css
<style>
span { border-color: #2F4401; }
span { border-color: rgb(47,68,1); }
td.TdClassName
{
border-color: #2F4401;
}
.TagClassName
{
border-color: #2F4401;
}
</style>