Shades of Turtle Green #2F4B01
Tints of Turtle Green #2F4B01
RGB
CMYK
RGB Variations
Color information
#2F4B01 (or 0x2F4B01) is known color: Turtle Green. HEX triplet: 2F, 4B and 01. RGB value is (47,75,1). Sum of RGB (Red+Green+Blue) = 47+75+1=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4B01 is #D0B4FE. Grayscale: #3A3A3A. Windows color (decimal): -13677823 or 84783. OLE color: 84783.
HSL color Cylindrical-coordinate representation of color #2F4B01: hue angle of 82.7º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F4B01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.71 |
| HSL | 82.7º | 0.97% | 0.15% | - |
| HSV(B) | 82.7º | 0.99% | 0.29% | - |
| XYZ | 3.69 | 5.64 | 0.92 | - |
| YUV | 58.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 1 | 0.37 | 0 | 0.99 | 0.71 | 82.7 | 0.97 | 0.15 |
| Hex | 2F | 4B | 1 | 25 | 0 | 63 | 47 | 53 | 61 | F |
| Octal | 57 | 113 | 1 | 45 | 0 | 143 | 107 | 123 | 141 | 17 |
| Binary | 101111 | 1001011 | 1 | 100101 | 0 | 1100011 | 1000111 | 1010011 | 1100001 | 1111 |
Color Harmonies of #2F4B01
Complementary color
Monochromatic Colors of #2F4B01
Black with #2F4B01
Text Example
Text Example
White with #2F4B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B01; }
p { color: rgb(47,75,1); }
H1.HeaderClassName
{
color: #2F4B01;
}
.AnyTagClassName
{
color: #2F4B01;
}
</style>
background-color css
<style>
a { background-color: #2F4B01; }
a { background-color: rgb(47,75,1); }
div.DivClassName
{
background-color: #2F4B01;
}
.BgClassName
{
background-color: #2F4B01;
}
</style>
border-color css
<style>
span { border-color: #2F4B01; }
span { border-color: rgb(47,75,1); }
td.TdClassName
{
border-color: #2F4B01;
}
.TagClassName
{
border-color: #2F4B01;
}
</style>