Shades of Turtle Green #2A3F10
Tints of Turtle Green #2A3F10
RGB
CMYK
RGB Variations
Color information
#2A3F10 (or 0x2A3F10) is known color: Turtle Green. HEX triplet: 2A, 3F and 10. RGB value is (42,63,16). Sum of RGB (Red+Green+Blue) = 42+63+16=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3F10 is #D5C0EF. Grayscale: #333333. Windows color (decimal): -14008560 or 1064746. OLE color: 1064746.
HSL color Cylindrical-coordinate representation of color #2A3F10: hue angle of 86.81º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A3F10 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 63 | 16 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.75 |
| HSL | 86.81º | 0.59% | 0.15% | - |
| HSV(B) | 86.81º | 0.75% | 0.25% | - |
| XYZ | 2.83 | 4.08 | 1.13 | - |
| YUV | 51.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 63 | 16 | 0.33 | 0 | 0.75 | 0.75 | 86.81 | 0.59 | 0.15 |
| Hex | 2A | 3F | 10 | 21 | 0 | 4B | 4B | 57 | 3B | F |
| Octal | 52 | 77 | 20 | 41 | 0 | 113 | 113 | 127 | 73 | 17 |
| Binary | 101010 | 111111 | 10000 | 100001 | 0 | 1001011 | 1001011 | 1010111 | 111011 | 1111 |
Color Harmonies of #2A3F10
Complementary color
Monochromatic Colors of #2A3F10
Black with #2A3F10
Text Example
Text Example
White with #2A3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3F10; }
p { color: rgb(42,63,16); }
H1.HeaderClassName
{
color: #2A3F10;
}
.AnyTagClassName
{
color: #2A3F10;
}
</style>
background-color css
<style>
a { background-color: #2A3F10; }
a { background-color: rgb(42,63,16); }
div.DivClassName
{
background-color: #2A3F10;
}
.BgClassName
{
background-color: #2A3F10;
}
</style>
border-color css
<style>
span { border-color: #2A3F10; }
span { border-color: rgb(42,63,16); }
td.TdClassName
{
border-color: #2A3F10;
}
.TagClassName
{
border-color: #2A3F10;
}
</style>