Shades of Turtle Green #2A3908
Tints of Turtle Green #2A3908
RGB
CMYK
RGB Variations
Color information
#2A3908 (or 0x2A3908) is known color: Turtle Green. HEX triplet: 2A, 39 and 08. RGB value is (42,57,8). Sum of RGB (Red+Green+Blue) = 42+57+8=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3908 is #D5C6F7. Grayscale: #2F2F2F. Windows color (decimal): -14010104 or 538922. OLE color: 538922.
HSL color Cylindrical-coordinate representation of color #2A3908: hue angle of 78.37º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A3908 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 57 | 8 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.78 |
| HSL | 78.37º | 0.75% | 0.13% | - |
| HSV(B) | 78.37º | 0.86% | 0.22% | - |
| XYZ | 2.46 | 3.44 | 0.76 | - |
| YUV | 46.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 8 | 0.26 | 0 | 0.86 | 0.78 | 78.37 | 0.75 | 0.13 |
| Hex | 2A | 39 | 8 | 1A | 0 | 56 | 4E | 4E | 4B | D |
| Octal | 52 | 71 | 10 | 32 | 0 | 126 | 116 | 116 | 113 | 15 |
| Binary | 101010 | 111001 | 1000 | 11010 | 0 | 1010110 | 1001110 | 1001110 | 1001011 | 1101 |
Color Harmonies of #2A3908
Complementary color
Monochromatic Colors of #2A3908
Black with #2A3908
Text Example
Text Example
White with #2A3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3908; }
p { color: rgb(42,57,8); }
H1.HeaderClassName
{
color: #2A3908;
}
.AnyTagClassName
{
color: #2A3908;
}
</style>
background-color css
<style>
a { background-color: #2A3908; }
a { background-color: rgb(42,57,8); }
div.DivClassName
{
background-color: #2A3908;
}
.BgClassName
{
background-color: #2A3908;
}
</style>
border-color css
<style>
span { border-color: #2A3908; }
span { border-color: rgb(42,57,8); }
td.TdClassName
{
border-color: #2A3908;
}
.TagClassName
{
border-color: #2A3908;
}
</style>