Shades of Turtle Green #2F3203
Tints of Turtle Green #2F3203
RGB
CMYK
RGB Variations
Color information
#2F3203 (or 0x2F3203) is known color: Turtle Green. HEX triplet: 2F, 32 and 03. RGB value is (47,50,3). Sum of RGB (Red+Green+Blue) = 47+50+3=100 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #2F3203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3203 is #D0CDFC. Grayscale: #2B2B2B. Windows color (decimal): -13684221 or 209455. OLE color: 209455.
HSL color Cylindrical-coordinate representation of color #2F3203: hue angle of 63.83º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F3203 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 3 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.80 |
| HSL | 63.83º | 0.89% | 0.1% | - |
| HSV(B) | 63.83º | 0.94% | 0.2% | - |
| XYZ | 2.33 | 2.89 | 0.52 | - |
| YUV | 43.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 3 | 0.06 | 0 | 0.94 | 0.80 | 63.83 | 0.89 | 0.1 |
| Hex | 2F | 32 | 3 | 6 | 0 | 5E | 50 | 40 | 59 | A |
| Octal | 57 | 62 | 3 | 6 | 0 | 136 | 120 | 100 | 131 | 12 |
| Binary | 101111 | 110010 | 11 | 110 | 0 | 1011110 | 1010000 | 1000000 | 1011001 | 1010 |
Color Harmonies of #2F3203
Complementary color
Monochromatic Colors of #2F3203
Black with #2F3203
Text Example
Text Example
White with #2F3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3203; }
p { color: rgb(47,50,3); }
H1.HeaderClassName
{
color: #2F3203;
}
.AnyTagClassName
{
color: #2F3203;
}
</style>
background-color css
<style>
a { background-color: #2F3203; }
a { background-color: rgb(47,50,3); }
div.DivClassName
{
background-color: #2F3203;
}
.BgClassName
{
background-color: #2F3203;
}
</style>
border-color css
<style>
span { border-color: #2F3203; }
span { border-color: rgb(47,50,3); }
td.TdClassName
{
border-color: #2F3203;
}
.TagClassName
{
border-color: #2F3203;
}
</style>