Shades of Turtle Green #2A4301
Tints of Turtle Green #2A4301
RGB
CMYK
RGB Variations
Color information
#2A4301 (or 0x2A4301) is known color: Turtle Green. HEX triplet: 2A, 43 and 01. RGB value is (42,67,1). Sum of RGB (Red+Green+Blue) = 42+67+1=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4301 is #D5BCFE. Grayscale: #343434. Windows color (decimal): -14007551 or 82730. OLE color: 82730.
HSL color Cylindrical-coordinate representation of color #2A4301: hue angle of 82.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A4301 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 67 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.74 |
| HSL | 82.73º | 0.97% | 0.13% | - |
| HSV(B) | 82.73º | 0.99% | 0.26% | - |
| XYZ | 2.97 | 4.51 | 0.74 | - |
| YUV | 52 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 1 | 0.37 | 0 | 0.99 | 0.74 | 82.73 | 0.97 | 0.13 |
| Hex | 2A | 43 | 1 | 25 | 0 | 63 | 4A | 53 | 61 | D |
| Octal | 52 | 103 | 1 | 45 | 0 | 143 | 112 | 123 | 141 | 15 |
| Binary | 101010 | 1000011 | 1 | 100101 | 0 | 1100011 | 1001010 | 1010011 | 1100001 | 1101 |
Color Harmonies of #2A4301
Complementary color
Monochromatic Colors of #2A4301
Black with #2A4301
Text Example
Text Example
White with #2A4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4301; }
p { color: rgb(42,67,1); }
H1.HeaderClassName
{
color: #2A4301;
}
.AnyTagClassName
{
color: #2A4301;
}
</style>
background-color css
<style>
a { background-color: #2A4301; }
a { background-color: rgb(42,67,1); }
div.DivClassName
{
background-color: #2A4301;
}
.BgClassName
{
background-color: #2A4301;
}
</style>
border-color css
<style>
span { border-color: #2A4301; }
span { border-color: rgb(42,67,1); }
td.TdClassName
{
border-color: #2A4301;
}
.TagClassName
{
border-color: #2A4301;
}
</style>