Shades of Turtle Green #2A3402
Tints of Turtle Green #2A3402
RGB
CMYK
RGB Variations
Color information
#2A3402 (or 0x2A3402) is known color: Turtle Green. HEX triplet: 2A, 34 and 02. RGB value is (42,52,2). Sum of RGB (Red+Green+Blue) = 42+52+2=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3402 is #D5CBFD. Grayscale: #2B2B2B. Windows color (decimal): -14011390 or 144426. OLE color: 144426.
HSL color Cylindrical-coordinate representation of color #2A3402: hue angle of 72º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A3402 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 2 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.80 |
| HSL | 72º | 0.93% | 0.11% | - |
| HSV(B) | 72º | 0.96% | 0.2% | - |
| XYZ | 2.19 | 2.95 | 0.51 | - |
| YUV | 43.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 2 | 0.19 | 0 | 0.96 | 0.80 | 72 | 0.93 | 0.11 |
| Hex | 2A | 34 | 2 | 13 | 0 | 60 | 50 | 48 | 5D | B |
| Octal | 52 | 64 | 2 | 23 | 0 | 140 | 120 | 110 | 135 | 13 |
| Binary | 101010 | 110100 | 10 | 10011 | 0 | 1100000 | 1010000 | 1001000 | 1011101 | 1011 |
Color Harmonies of #2A3402
Complementary color
Monochromatic Colors of #2A3402
Black with #2A3402
Text Example
Text Example
White with #2A3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3402; }
p { color: rgb(42,52,2); }
H1.HeaderClassName
{
color: #2A3402;
}
.AnyTagClassName
{
color: #2A3402;
}
</style>
background-color css
<style>
a { background-color: #2A3402; }
a { background-color: rgb(42,52,2); }
div.DivClassName
{
background-color: #2A3402;
}
.BgClassName
{
background-color: #2A3402;
}
</style>
border-color css
<style>
span { border-color: #2A3402; }
span { border-color: rgb(42,52,2); }
td.TdClassName
{
border-color: #2A3402;
}
.TagClassName
{
border-color: #2A3402;
}
</style>