Shades of Turtle Green #2A5301
Tints of Turtle Green #2A5301
RGB
CMYK
RGB Variations
Color information
#2A5301 (or 0x2A5301) is known color: Turtle Green. HEX triplet: 2A, 53 and 01. RGB value is (42,83,1). Sum of RGB (Red+Green+Blue) = 42+83+1=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5301 is #D5ACFE. Grayscale: #3D3D3D. Windows color (decimal): -14003455 or 86826. OLE color: 86826.
HSL color Cylindrical-coordinate representation of color #2A5301: hue angle of 90º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A5301 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.67 |
| HSL | 90º | 0.98% | 0.16% | - |
| HSV(B) | 90º | 0.99% | 0.33% | - |
| XYZ | 4.05 | 6.68 | 1.1 | - |
| YUV | 61.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 1 | 0.49 | 0 | 0.99 | 0.67 | 90 | 0.98 | 0.16 |
| Hex | 2A | 53 | 1 | 31 | 0 | 63 | 43 | 5A | 62 | 10 |
| Octal | 52 | 123 | 1 | 61 | 0 | 143 | 103 | 132 | 142 | 20 |
| Binary | 101010 | 1010011 | 1 | 110001 | 0 | 1100011 | 1000011 | 1011010 | 1100010 | 10000 |
Color Harmonies of #2A5301
Complementary color
Monochromatic Colors of #2A5301
Black with #2A5301
Text Example
Text Example
White with #2A5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5301; }
p { color: rgb(42,83,1); }
H1.HeaderClassName
{
color: #2A5301;
}
.AnyTagClassName
{
color: #2A5301;
}
</style>
background-color css
<style>
a { background-color: #2A5301; }
a { background-color: rgb(42,83,1); }
div.DivClassName
{
background-color: #2A5301;
}
.BgClassName
{
background-color: #2A5301;
}
</style>
border-color css
<style>
span { border-color: #2A5301; }
span { border-color: rgb(42,83,1); }
td.TdClassName
{
border-color: #2A5301;
}
.TagClassName
{
border-color: #2A5301;
}
</style>