Shades of Turtle Green #2F3401
Tints of Turtle Green #2F3401
RGB
CMYK
RGB Variations
Color information
#2F3401 (or 0x2F3401) is known color: Turtle Green. HEX triplet: 2F, 34 and 01. RGB value is (47,52,1). Sum of RGB (Red+Green+Blue) = 47+52+1=100 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3401 is #D0CBFE. Grayscale: #2C2C2C. Windows color (decimal): -13683711 or 78895. OLE color: 78895.
HSL color Cylindrical-coordinate representation of color #2F3401: hue angle of 65.88º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F3401 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 52 | 1 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.80 |
| HSL | 65.88º | 0.96% | 0.1% | - |
| HSV(B) | 65.88º | 0.98% | 0.2% | - |
| XYZ | 2.41 | 3.06 | 0.49 | - |
| YUV | 44.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 1 | 0.10 | 0 | 0.98 | 0.80 | 65.88 | 0.96 | 0.1 |
| Hex | 2F | 34 | 1 | A | 0 | 62 | 50 | 42 | 60 | A |
| Octal | 57 | 64 | 1 | 12 | 0 | 142 | 120 | 102 | 140 | 12 |
| Binary | 101111 | 110100 | 1 | 1010 | 0 | 1100010 | 1010000 | 1000010 | 1100000 | 1010 |
Color Harmonies of #2F3401
Complementary color
Monochromatic Colors of #2F3401
Black with #2F3401
Text Example
Text Example
White with #2F3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3401; }
p { color: rgb(47,52,1); }
H1.HeaderClassName
{
color: #2F3401;
}
.AnyTagClassName
{
color: #2F3401;
}
</style>
background-color css
<style>
a { background-color: #2F3401; }
a { background-color: rgb(47,52,1); }
div.DivClassName
{
background-color: #2F3401;
}
.BgClassName
{
background-color: #2F3401;
}
</style>
border-color css
<style>
span { border-color: #2F3401; }
span { border-color: rgb(47,52,1); }
td.TdClassName
{
border-color: #2F3401;
}
.TagClassName
{
border-color: #2F3401;
}
</style>