Shades of Turtle Green #2A3405
Tints of Turtle Green #2A3405
RGB
CMYK
RGB Variations
Color information
#2A3405 (or 0x2A3405) is known color: Turtle Green. HEX triplet: 2A, 34 and 05. RGB value is (42,52,5). Sum of RGB (Red+Green+Blue) = 42+52+5=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3405 is #D5CBFA. Grayscale: #2B2B2B. Windows color (decimal): -14011387 or 341034. OLE color: 341034.
HSL color Cylindrical-coordinate representation of color #2A3405: hue angle of 72.77º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A3405 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 5 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.80 |
| HSL | 72.77º | 0.82% | 0.11% | - |
| HSV(B) | 72.77º | 0.9% | 0.2% | - |
| XYZ | 2.21 | 2.96 | 0.6 | - |
| YUV | 43.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 5 | 0.19 | 0 | 0.90 | 0.80 | 72.77 | 0.82 | 0.11 |
| Hex | 2A | 34 | 5 | 13 | 0 | 5A | 50 | 49 | 52 | B |
| Octal | 52 | 64 | 5 | 23 | 0 | 132 | 120 | 111 | 122 | 13 |
| Binary | 101010 | 110100 | 101 | 10011 | 0 | 1011010 | 1010000 | 1001001 | 1010010 | 1011 |
Color Harmonies of #2A3405
Complementary color
Monochromatic Colors of #2A3405
Black with #2A3405
Text Example
Text Example
White with #2A3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3405; }
p { color: rgb(42,52,5); }
H1.HeaderClassName
{
color: #2A3405;
}
.AnyTagClassName
{
color: #2A3405;
}
</style>
background-color css
<style>
a { background-color: #2A3405; }
a { background-color: rgb(42,52,5); }
div.DivClassName
{
background-color: #2A3405;
}
.BgClassName
{
background-color: #2A3405;
}
</style>
border-color css
<style>
span { border-color: #2A3405; }
span { border-color: rgb(42,52,5); }
td.TdClassName
{
border-color: #2A3405;
}
.TagClassName
{
border-color: #2A3405;
}
</style>