Shades of Turtle Green #2F4A02
Tints of Turtle Green #2F4A02
RGB
CMYK
RGB Variations
Color information
#2F4A02 (or 0x2F4A02) is known color: Turtle Green. HEX triplet: 2F, 4A and 02. RGB value is (47,74,2). Sum of RGB (Red+Green+Blue) = 47+74+2=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 74 (29.30% from 255 or 60.16% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 74 - color contains mainly: green. Hex color #2F4A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4A02 is #D0B5FD. Grayscale: #393939. Windows color (decimal): -13678078 or 150063. OLE color: 150063.
HSL color Cylindrical-coordinate representation of color #2F4A02: hue angle of 82.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F4A02 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 74 | 2 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.71 |
| HSL | 82.5º | 0.95% | 0.15% | - |
| HSV(B) | 82.5º | 0.97% | 0.29% | - |
| XYZ | 3.63 | 5.51 | 0.93 | - |
| YUV | 57.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 74 | 2 | 0.36 | 0 | 0.97 | 0.71 | 82.5 | 0.95 | 0.15 |
| Hex | 2F | 4A | 2 | 24 | 0 | 61 | 47 | 52 | 5F | F |
| Octal | 57 | 112 | 2 | 44 | 0 | 141 | 107 | 122 | 137 | 17 |
| Binary | 101111 | 1001010 | 10 | 100100 | 0 | 1100001 | 1000111 | 1010010 | 1011111 | 1111 |
Color Harmonies of #2F4A02
Complementary color
Monochromatic Colors of #2F4A02
Black with #2F4A02
Text Example
Text Example
White with #2F4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4A02; }
p { color: rgb(47,74,2); }
H1.HeaderClassName
{
color: #2F4A02;
}
.AnyTagClassName
{
color: #2F4A02;
}
</style>
background-color css
<style>
a { background-color: #2F4A02; }
a { background-color: rgb(47,74,2); }
div.DivClassName
{
background-color: #2F4A02;
}
.BgClassName
{
background-color: #2F4A02;
}
</style>
border-color css
<style>
span { border-color: #2F4A02; }
span { border-color: rgb(47,74,2); }
td.TdClassName
{
border-color: #2F4A02;
}
.TagClassName
{
border-color: #2F4A02;
}
</style>