Shades of Turtle Green #2A3501
Tints of Turtle Green #2A3501
RGB
CMYK
RGB Variations
Color information
#2A3501 (or 0x2A3501) is known color: Turtle Green. HEX triplet: 2A, 35 and 01. RGB value is (42,53,1). Sum of RGB (Red+Green+Blue) = 42+53+1=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #2A3501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3501 is #D5CAFE. Grayscale: #2B2B2B. Windows color (decimal): -14011135 or 79146. OLE color: 79146.
HSL color Cylindrical-coordinate representation of color #2A3501: hue angle of 72.69º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A3501 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 53 | 1 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.79 |
| HSL | 72.69º | 0.96% | 0.11% | - |
| HSV(B) | 72.69º | 0.98% | 0.21% | - |
| XYZ | 2.23 | 3.04 | 0.5 | - |
| YUV | 43.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 1 | 0.21 | 0 | 0.98 | 0.79 | 72.69 | 0.96 | 0.11 |
| Hex | 2A | 35 | 1 | 15 | 0 | 62 | 4F | 49 | 60 | B |
| Octal | 52 | 65 | 1 | 25 | 0 | 142 | 117 | 111 | 140 | 13 |
| Binary | 101010 | 110101 | 1 | 10101 | 0 | 1100010 | 1001111 | 1001001 | 1100000 | 1011 |
Color Harmonies of #2A3501
Complementary color
Monochromatic Colors of #2A3501
Black with #2A3501
Text Example
Text Example
White with #2A3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3501; }
p { color: rgb(42,53,1); }
H1.HeaderClassName
{
color: #2A3501;
}
.AnyTagClassName
{
color: #2A3501;
}
</style>
background-color css
<style>
a { background-color: #2A3501; }
a { background-color: rgb(42,53,1); }
div.DivClassName
{
background-color: #2A3501;
}
.BgClassName
{
background-color: #2A3501;
}
</style>
border-color css
<style>
span { border-color: #2A3501; }
span { border-color: rgb(42,53,1); }
td.TdClassName
{
border-color: #2A3501;
}
.TagClassName
{
border-color: #2A3501;
}
</style>