Shades of Turtle Green #2F3E03
Tints of Turtle Green #2F3E03
RGB
CMYK
RGB Variations
Color information
#2F3E03 (or 0x2F3E03) is known color: Turtle Green. HEX triplet: 2F, 3E and 03. RGB value is (47,62,3). Sum of RGB (Red+Green+Blue) = 47+62+3=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3E03 is #D0C1FC. Grayscale: #333333. Windows color (decimal): -13681149 or 212527. OLE color: 212527.
HSL color Cylindrical-coordinate representation of color #2F3E03: hue angle of 75.25º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F3E03 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 62 | 3 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.76 |
| HSL | 75.25º | 0.91% | 0.13% | - |
| HSV(B) | 75.25º | 0.95% | 0.24% | - |
| XYZ | 2.91 | 4.06 | 0.72 | - |
| YUV | 50.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 3 | 0.24 | 0 | 0.95 | 0.76 | 75.25 | 0.91 | 0.13 |
| Hex | 2F | 3E | 3 | 18 | 0 | 5F | 4C | 4B | 5B | D |
| Octal | 57 | 76 | 3 | 30 | 0 | 137 | 114 | 113 | 133 | 15 |
| Binary | 101111 | 111110 | 11 | 11000 | 0 | 1011111 | 1001100 | 1001011 | 1011011 | 1101 |
Color Harmonies of #2F3E03
Complementary color
Monochromatic Colors of #2F3E03
Black with #2F3E03
Text Example
Text Example
White with #2F3E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E03; }
p { color: rgb(47,62,3); }
H1.HeaderClassName
{
color: #2F3E03;
}
.AnyTagClassName
{
color: #2F3E03;
}
</style>
background-color css
<style>
a { background-color: #2F3E03; }
a { background-color: rgb(47,62,3); }
div.DivClassName
{
background-color: #2F3E03;
}
.BgClassName
{
background-color: #2F3E03;
}
</style>
border-color css
<style>
span { border-color: #2F3E03; }
span { border-color: rgb(47,62,3); }
td.TdClassName
{
border-color: #2F3E03;
}
.TagClassName
{
border-color: #2F3E03;
}
</style>