Shades of Turtle Green #2A3901
Tints of Turtle Green #2A3901
RGB
CMYK
RGB Variations
Color information
#2A3901 (or 0x2A3901) is known color: Turtle Green. HEX triplet: 2A, 39 and 01. RGB value is (42,57,1). Sum of RGB (Red+Green+Blue) = 42+57+1=100 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3901 is #D5C6FE. Grayscale: #2E2E2E. Windows color (decimal): -14010111 or 80170. OLE color: 80170.
HSL color Cylindrical-coordinate representation of color #2A3901: hue angle of 76.07º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A3901 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 57 | 1 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.78 |
| HSL | 76.07º | 0.97% | 0.11% | - |
| HSV(B) | 76.07º | 0.98% | 0.22% | - |
| XYZ | 2.42 | 3.42 | 0.56 | - |
| YUV | 46.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 1 | 0.26 | 0 | 0.98 | 0.78 | 76.07 | 0.97 | 0.11 |
| Hex | 2A | 39 | 1 | 1A | 0 | 62 | 4E | 4C | 61 | B |
| Octal | 52 | 71 | 1 | 32 | 0 | 142 | 116 | 114 | 141 | 13 |
| Binary | 101010 | 111001 | 1 | 11010 | 0 | 1100010 | 1001110 | 1001100 | 1100001 | 1011 |
Color Harmonies of #2A3901
Complementary color
Monochromatic Colors of #2A3901
Black with #2A3901
Text Example
Text Example
White with #2A3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3901; }
p { color: rgb(42,57,1); }
H1.HeaderClassName
{
color: #2A3901;
}
.AnyTagClassName
{
color: #2A3901;
}
</style>
background-color css
<style>
a { background-color: #2A3901; }
a { background-color: rgb(42,57,1); }
div.DivClassName
{
background-color: #2A3901;
}
.BgClassName
{
background-color: #2A3901;
}
</style>
border-color css
<style>
span { border-color: #2A3901; }
span { border-color: rgb(42,57,1); }
td.TdClassName
{
border-color: #2A3901;
}
.TagClassName
{
border-color: #2A3901;
}
</style>