Shades of Turtle Green #2F3802
Tints of Turtle Green #2F3802
RGB
CMYK
RGB Variations
Color information
#2F3802 (or 0x2F3802) is known color: Turtle Green. HEX triplet: 2F, 38 and 02. RGB value is (47,56,2). Sum of RGB (Red+Green+Blue) = 47+56+2=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #2F3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3802 is #D0C7FD. Grayscale: #2F2F2F. Windows color (decimal): -13682686 or 145455. OLE color: 145455.
HSL color Cylindrical-coordinate representation of color #2F3802: hue angle of 70º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F3802 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 56 | 2 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.78 |
| HSL | 70º | 0.93% | 0.11% | - |
| HSV(B) | 70º | 0.96% | 0.22% | - |
| XYZ | 2.6 | 3.44 | 0.58 | - |
| YUV | 47.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 2 | 0.16 | 0 | 0.96 | 0.78 | 70 | 0.93 | 0.11 |
| Hex | 2F | 38 | 2 | 10 | 0 | 60 | 4E | 46 | 5D | B |
| Octal | 57 | 70 | 2 | 20 | 0 | 140 | 116 | 106 | 135 | 13 |
| Binary | 101111 | 111000 | 10 | 10000 | 0 | 1100000 | 1001110 | 1000110 | 1011101 | 1011 |
Color Harmonies of #2F3802
Complementary color
Monochromatic Colors of #2F3802
Black with #2F3802
Text Example
Text Example
White with #2F3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3802; }
p { color: rgb(47,56,2); }
H1.HeaderClassName
{
color: #2F3802;
}
.AnyTagClassName
{
color: #2F3802;
}
</style>
background-color css
<style>
a { background-color: #2F3802; }
a { background-color: rgb(47,56,2); }
div.DivClassName
{
background-color: #2F3802;
}
.BgClassName
{
background-color: #2F3802;
}
</style>
border-color css
<style>
span { border-color: #2F3802; }
span { border-color: rgb(47,56,2); }
td.TdClassName
{
border-color: #2F3802;
}
.TagClassName
{
border-color: #2F3802;
}
</style>