Shades of Turtle Green #2F4E01
Tints of Turtle Green #2F4E01
RGB
CMYK
RGB Variations
Color information
#2F4E01 (or 0x2F4E01) is known color: Turtle Green. HEX triplet: 2F, 4E and 01. RGB value is (47,78,1). Sum of RGB (Red+Green+Blue) = 47+78+1=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 78 (30.86% from 255 or 61.90% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4E01 is #D0B1FE. Grayscale: #3C3C3C. Windows color (decimal): -13677055 or 85551. OLE color: 85551.
HSL color Cylindrical-coordinate representation of color #2F4E01: hue angle of 84.16º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F4E01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 78 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.69 |
| HSL | 84.16º | 0.97% | 0.15% | - |
| HSV(B) | 84.16º | 0.99% | 0.31% | - |
| XYZ | 3.9 | 6.06 | 0.99 | - |
| YUV | 59.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 1 | 0.40 | 0 | 0.99 | 0.69 | 84.16 | 0.97 | 0.15 |
| Hex | 2F | 4E | 1 | 28 | 0 | 63 | 45 | 54 | 61 | F |
| Octal | 57 | 116 | 1 | 50 | 0 | 143 | 105 | 124 | 141 | 17 |
| Binary | 101111 | 1001110 | 1 | 101000 | 0 | 1100011 | 1000101 | 1010100 | 1100001 | 1111 |
Color Harmonies of #2F4E01
Complementary color
Monochromatic Colors of #2F4E01
Black with #2F4E01
Text Example
Text Example
White with #2F4E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E01; }
p { color: rgb(47,78,1); }
H1.HeaderClassName
{
color: #2F4E01;
}
.AnyTagClassName
{
color: #2F4E01;
}
</style>
background-color css
<style>
a { background-color: #2F4E01; }
a { background-color: rgb(47,78,1); }
div.DivClassName
{
background-color: #2F4E01;
}
.BgClassName
{
background-color: #2F4E01;
}
</style>
border-color css
<style>
span { border-color: #2F4E01; }
span { border-color: rgb(47,78,1); }
td.TdClassName
{
border-color: #2F4E01;
}
.TagClassName
{
border-color: #2F4E01;
}
</style>