Shades of Turtle Green #2F3701
Tints of Turtle Green #2F3701
RGB
CMYK
RGB Variations
Color information
#2F3701 (or 0x2F3701) is known color: Turtle Green. HEX triplet: 2F, 37 and 01. RGB value is (47,55,1). Sum of RGB (Red+Green+Blue) = 47+55+1=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3701 is #D0C8FE. Grayscale: #2E2E2E. Windows color (decimal): -13682943 or 79663. OLE color: 79663.
HSL color Cylindrical-coordinate representation of color #2F3701: hue angle of 68.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F3701 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 55 | 1 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.78 |
| HSL | 68.89º | 0.96% | 0.11% | - |
| HSV(B) | 68.89º | 0.98% | 0.22% | - |
| XYZ | 2.54 | 3.34 | 0.54 | - |
| YUV | 46.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 1 | 0.15 | 0 | 0.98 | 0.78 | 68.89 | 0.96 | 0.11 |
| Hex | 2F | 37 | 1 | F | 0 | 62 | 4E | 45 | 60 | B |
| Octal | 57 | 67 | 1 | 17 | 0 | 142 | 116 | 105 | 140 | 13 |
| Binary | 101111 | 110111 | 1 | 1111 | 0 | 1100010 | 1001110 | 1000101 | 1100000 | 1011 |
Color Harmonies of #2F3701
Complementary color
Monochromatic Colors of #2F3701
Black with #2F3701
Text Example
Text Example
White with #2F3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3701; }
p { color: rgb(47,55,1); }
H1.HeaderClassName
{
color: #2F3701;
}
.AnyTagClassName
{
color: #2F3701;
}
</style>
background-color css
<style>
a { background-color: #2F3701; }
a { background-color: rgb(47,55,1); }
div.DivClassName
{
background-color: #2F3701;
}
.BgClassName
{
background-color: #2F3701;
}
</style>
border-color css
<style>
span { border-color: #2F3701; }
span { border-color: rgb(47,55,1); }
td.TdClassName
{
border-color: #2F3701;
}
.TagClassName
{
border-color: #2F3701;
}
</style>