Shades of Turtle Green #2A3905
Tints of Turtle Green #2A3905
RGB
CMYK
RGB Variations
Color information
#2A3905 (or 0x2A3905) is known color: Turtle Green. HEX triplet: 2A, 39 and 05. RGB value is (42,57,5). Sum of RGB (Red+Green+Blue) = 42+57+5=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3905 is #D5C6FA. Grayscale: #2E2E2E. Windows color (decimal): -14010107 or 342314. OLE color: 342314.
HSL color Cylindrical-coordinate representation of color #2A3905: hue angle of 77.31º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A3905 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 57 | 5 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.78 |
| HSL | 77.31º | 0.84% | 0.12% | - |
| HSV(B) | 77.31º | 0.91% | 0.22% | - |
| XYZ | 2.45 | 3.43 | 0.68 | - |
| YUV | 46.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 5 | 0.26 | 0 | 0.91 | 0.78 | 77.31 | 0.84 | 0.12 |
| Hex | 2A | 39 | 5 | 1A | 0 | 5B | 4E | 4D | 54 | C |
| Octal | 52 | 71 | 5 | 32 | 0 | 133 | 116 | 115 | 124 | 14 |
| Binary | 101010 | 111001 | 101 | 11010 | 0 | 1011011 | 1001110 | 1001101 | 1010100 | 1100 |
Color Harmonies of #2A3905
Complementary color
Monochromatic Colors of #2A3905
Black with #2A3905
Text Example
Text Example
White with #2A3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3905; }
p { color: rgb(42,57,5); }
H1.HeaderClassName
{
color: #2A3905;
}
.AnyTagClassName
{
color: #2A3905;
}
</style>
background-color css
<style>
a { background-color: #2A3905; }
a { background-color: rgb(42,57,5); }
div.DivClassName
{
background-color: #2A3905;
}
.BgClassName
{
background-color: #2A3905;
}
</style>
border-color css
<style>
span { border-color: #2A3905; }
span { border-color: rgb(42,57,5); }
td.TdClassName
{
border-color: #2A3905;
}
.TagClassName
{
border-color: #2A3905;
}
</style>