Shades of Turtle Green #2F4C01
Tints of Turtle Green #2F4C01
RGB
CMYK
RGB Variations
Color information
#2F4C01 (or 0x2F4C01) is known color: Turtle Green. HEX triplet: 2F, 4C and 01. RGB value is (47,76,1). Sum of RGB (Red+Green+Blue) = 47+76+1=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #2F4C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4C01 is #D0B3FE. Grayscale: #3B3B3B. Windows color (decimal): -13677567 or 85039. OLE color: 85039.
HSL color Cylindrical-coordinate representation of color #2F4C01: hue angle of 83.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F4C01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 76 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.70 |
| HSL | 83.2º | 0.97% | 0.15% | - |
| HSV(B) | 83.2º | 0.99% | 0.3% | - |
| XYZ | 3.76 | 5.78 | 0.95 | - |
| YUV | 58.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 76 | 1 | 0.38 | 0 | 0.99 | 0.70 | 83.2 | 0.97 | 0.15 |
| Hex | 2F | 4C | 1 | 26 | 0 | 63 | 46 | 53 | 61 | F |
| Octal | 57 | 114 | 1 | 46 | 0 | 143 | 106 | 123 | 141 | 17 |
| Binary | 101111 | 1001100 | 1 | 100110 | 0 | 1100011 | 1000110 | 1010011 | 1100001 | 1111 |
Color Harmonies of #2F4C01
Complementary color
Monochromatic Colors of #2F4C01
Black with #2F4C01
Text Example
Text Example
White with #2F4C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4C01; }
p { color: rgb(47,76,1); }
H1.HeaderClassName
{
color: #2F4C01;
}
.AnyTagClassName
{
color: #2F4C01;
}
</style>
background-color css
<style>
a { background-color: #2F4C01; }
a { background-color: rgb(47,76,1); }
div.DivClassName
{
background-color: #2F4C01;
}
.BgClassName
{
background-color: #2F4C01;
}
</style>
border-color css
<style>
span { border-color: #2F4C01; }
span { border-color: rgb(47,76,1); }
td.TdClassName
{
border-color: #2F4C01;
}
.TagClassName
{
border-color: #2F4C01;
}
</style>