Shades of Turtle Green #2A4001
Tints of Turtle Green #2A4001
RGB
CMYK
RGB Variations
Color information
#2A4001 (or 0x2A4001) is known color: Turtle Green. HEX triplet: 2A, 40 and 01. RGB value is (42,64,1). Sum of RGB (Red+Green+Blue) = 42+64+1=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4001 is #D5BFFE. Grayscale: #323232. Windows color (decimal): -14008319 or 81962. OLE color: 81962.
HSL color Cylindrical-coordinate representation of color #2A4001: hue angle of 80.95º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A4001 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 64 | 1 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.75 |
| HSL | 80.95º | 0.97% | 0.13% | - |
| HSV(B) | 80.95º | 0.98% | 0.25% | - |
| XYZ | 2.79 | 4.16 | 0.68 | - |
| YUV | 50.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 1 | 0.34 | 0 | 0.98 | 0.75 | 80.95 | 0.97 | 0.13 |
| Hex | 2A | 40 | 1 | 22 | 0 | 62 | 4B | 51 | 61 | D |
| Octal | 52 | 100 | 1 | 42 | 0 | 142 | 113 | 121 | 141 | 15 |
| Binary | 101010 | 1000000 | 1 | 100010 | 0 | 1100010 | 1001011 | 1010001 | 1100001 | 1101 |
Color Harmonies of #2A4001
Complementary color
Monochromatic Colors of #2A4001
Black with #2A4001
Text Example
Text Example
White with #2A4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4001; }
p { color: rgb(42,64,1); }
H1.HeaderClassName
{
color: #2A4001;
}
.AnyTagClassName
{
color: #2A4001;
}
</style>
background-color css
<style>
a { background-color: #2A4001; }
a { background-color: rgb(42,64,1); }
div.DivClassName
{
background-color: #2A4001;
}
.BgClassName
{
background-color: #2A4001;
}
</style>
border-color css
<style>
span { border-color: #2A4001; }
span { border-color: rgb(42,64,1); }
td.TdClassName
{
border-color: #2A4001;
}
.TagClassName
{
border-color: #2A4001;
}
</style>