Shades of Turtle Green #2A3808
Tints of Turtle Green #2A3808
RGB
CMYK
RGB Variations
Color information
#2A3808 (or 0x2A3808) is known color: Turtle Green. HEX triplet: 2A, 38 and 08. RGB value is (42,56,8). Sum of RGB (Red+Green+Blue) = 42+56+8=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3808 is #D5C7F7. Grayscale: #2E2E2E. Windows color (decimal): -14010360 or 538666. OLE color: 538666.
HSL color Cylindrical-coordinate representation of color #2A3808: hue angle of 77.5º 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 #2A3808 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 8 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.78 |
| HSL | 77.5º | 0.75% | 0.13% | - |
| HSV(B) | 77.5º | 0.86% | 0.22% | - |
| XYZ | 2.41 | 3.34 | 0.75 | - |
| YUV | 46.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 8 | 0.25 | 0 | 0.86 | 0.78 | 77.5 | 0.75 | 0.13 |
| Hex | 2A | 38 | 8 | 19 | 0 | 56 | 4E | 4E | 4B | D |
| Octal | 52 | 70 | 10 | 31 | 0 | 126 | 116 | 116 | 113 | 15 |
| Binary | 101010 | 111000 | 1000 | 11001 | 0 | 1010110 | 1001110 | 1001110 | 1001011 | 1101 |
Color Harmonies of #2A3808
Complementary color
Monochromatic Colors of #2A3808
Black with #2A3808
Text Example
Text Example
White with #2A3808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3808; }
p { color: rgb(42,56,8); }
H1.HeaderClassName
{
color: #2A3808;
}
.AnyTagClassName
{
color: #2A3808;
}
</style>
background-color css
<style>
a { background-color: #2A3808; }
a { background-color: rgb(42,56,8); }
div.DivClassName
{
background-color: #2A3808;
}
.BgClassName
{
background-color: #2A3808;
}
</style>
border-color css
<style>
span { border-color: #2A3808; }
span { border-color: rgb(42,56,8); }
td.TdClassName
{
border-color: #2A3808;
}
.TagClassName
{
border-color: #2A3808;
}
</style>