Shades of Turtle Green #2A3408
Tints of Turtle Green #2A3408
RGB
CMYK
RGB Variations
Color information
#2A3408 (or 0x2A3408) is known color: Turtle Green. HEX triplet: 2A, 34 and 08. RGB value is (42,52,8). Sum of RGB (Red+Green+Blue) = 42+52+8=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3408 is #D5CBF7. Grayscale: #2C2C2C. Windows color (decimal): -14011384 or 537642. OLE color: 537642.
HSL color Cylindrical-coordinate representation of color #2A3408: hue angle of 73.64º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A3408 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 8 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.80 |
| HSL | 73.64º | 0.73% | 0.12% | - |
| HSV(B) | 73.64º | 0.85% | 0.2% | - |
| XYZ | 2.23 | 2.97 | 0.68 | - |
| YUV | 43.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 8 | 0.19 | 0 | 0.85 | 0.80 | 73.64 | 0.73 | 0.12 |
| Hex | 2A | 34 | 8 | 13 | 0 | 55 | 50 | 4A | 49 | C |
| Octal | 52 | 64 | 10 | 23 | 0 | 125 | 120 | 112 | 111 | 14 |
| Binary | 101010 | 110100 | 1000 | 10011 | 0 | 1010101 | 1010000 | 1001010 | 1001001 | 1100 |
Color Harmonies of #2A3408
Complementary color
Monochromatic Colors of #2A3408
Black with #2A3408
Text Example
Text Example
White with #2A3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3408; }
p { color: rgb(42,52,8); }
H1.HeaderClassName
{
color: #2A3408;
}
.AnyTagClassName
{
color: #2A3408;
}
</style>
background-color css
<style>
a { background-color: #2A3408; }
a { background-color: rgb(42,52,8); }
div.DivClassName
{
background-color: #2A3408;
}
.BgClassName
{
background-color: #2A3408;
}
</style>
border-color css
<style>
span { border-color: #2A3408; }
span { border-color: rgb(42,52,8); }
td.TdClassName
{
border-color: #2A3408;
}
.TagClassName
{
border-color: #2A3408;
}
</style>