Shades of Turtle Green #2A3502
Tints of Turtle Green #2A3502
RGB
CMYK
RGB Variations
Color information
#2A3502 (or 0x2A3502) is known color: Turtle Green. HEX triplet: 2A, 35 and 02. RGB value is (42,53,2). Sum of RGB (Red+Green+Blue) = 42+53+2=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #2A3502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3502 is #D5CAFD. Grayscale: #2C2C2C. Windows color (decimal): -14011134 or 144682. OLE color: 144682.
HSL color Cylindrical-coordinate representation of color #2A3502: hue angle of 72.94º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A3502 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 53 | 2 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.79 |
| HSL | 72.94º | 0.93% | 0.11% | - |
| HSV(B) | 72.94º | 0.96% | 0.21% | - |
| XYZ | 2.24 | 3.04 | 0.53 | - |
| YUV | 43.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 2 | 0.21 | 0 | 0.96 | 0.79 | 72.94 | 0.93 | 0.11 |
| Hex | 2A | 35 | 2 | 15 | 0 | 60 | 4F | 49 | 5D | B |
| Octal | 52 | 65 | 2 | 25 | 0 | 140 | 117 | 111 | 135 | 13 |
| Binary | 101010 | 110101 | 10 | 10101 | 0 | 1100000 | 1001111 | 1001001 | 1011101 | 1011 |
Color Harmonies of #2A3502
Complementary color
Monochromatic Colors of #2A3502
Black with #2A3502
Text Example
Text Example
White with #2A3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3502; }
p { color: rgb(42,53,2); }
H1.HeaderClassName
{
color: #2A3502;
}
.AnyTagClassName
{
color: #2A3502;
}
</style>
background-color css
<style>
a { background-color: #2A3502; }
a { background-color: rgb(42,53,2); }
div.DivClassName
{
background-color: #2A3502;
}
.BgClassName
{
background-color: #2A3502;
}
</style>
border-color css
<style>
span { border-color: #2A3502; }
span { border-color: rgb(42,53,2); }
td.TdClassName
{
border-color: #2A3502;
}
.TagClassName
{
border-color: #2A3502;
}
</style>