Shades of Turtle Green #2F4B03
Tints of Turtle Green #2F4B03
RGB
CMYK
RGB Variations
Color information
#2F4B03 (or 0x2F4B03) is known color: Turtle Green. HEX triplet: 2F, 4B and 03. RGB value is (47,75,3). Sum of RGB (Red+Green+Blue) = 47+75+3=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4B03 is #D0B4FC. Grayscale: #3A3A3A. Windows color (decimal): -13677821 or 215855. OLE color: 215855.
HSL color Cylindrical-coordinate representation of color #2F4B03: hue angle of 83.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F4B03 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 3 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.71 |
| HSL | 83.33º | 0.92% | 0.15% | - |
| HSV(B) | 83.33º | 0.96% | 0.29% | - |
| XYZ | 3.7 | 5.64 | 0.98 | - |
| YUV | 58.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 3 | 0.37 | 0 | 0.96 | 0.71 | 83.33 | 0.92 | 0.15 |
| Hex | 2F | 4B | 3 | 25 | 0 | 60 | 47 | 53 | 5C | F |
| Octal | 57 | 113 | 3 | 45 | 0 | 140 | 107 | 123 | 134 | 17 |
| Binary | 101111 | 1001011 | 11 | 100101 | 0 | 1100000 | 1000111 | 1010011 | 1011100 | 1111 |
Color Harmonies of #2F4B03
Complementary color
Monochromatic Colors of #2F4B03
Black with #2F4B03
Text Example
Text Example
White with #2F4B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B03; }
p { color: rgb(47,75,3); }
H1.HeaderClassName
{
color: #2F4B03;
}
.AnyTagClassName
{
color: #2F4B03;
}
</style>
background-color css
<style>
a { background-color: #2F4B03; }
a { background-color: rgb(47,75,3); }
div.DivClassName
{
background-color: #2F4B03;
}
.BgClassName
{
background-color: #2F4B03;
}
</style>
border-color css
<style>
span { border-color: #2F4B03; }
span { border-color: rgb(47,75,3); }
td.TdClassName
{
border-color: #2F4B03;
}
.TagClassName
{
border-color: #2F4B03;
}
</style>