Shades of Turtle Green #2A3301
Tints of Turtle Green #2A3301
RGB
CMYK
RGB Variations
Color information
#2A3301 (or 0x2A3301) is known color: Turtle Green. HEX triplet: 2A, 33 and 01. RGB value is (42,51,1). Sum of RGB (Red+Green+Blue) = 42+51+1=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #2A3301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3301 is #D5CCFE. Grayscale: #2A2A2A. Windows color (decimal): -14011647 or 78634. OLE color: 78634.
HSL color Cylindrical-coordinate representation of color #2A3301: hue angle of 70.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A3301 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 51 | 1 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.8 |
| HSL | 70.8º | 0.96% | 0.1% | - |
| HSV(B) | 70.8º | 0.98% | 0.2% | - |
| XYZ | 2.14 | 2.86 | 0.47 | - |
| YUV | 42.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 1 | 0.18 | 0 | 0.98 | 0.8 | 70.8 | 0.96 | 0.1 |
| Hex | 2A | 33 | 1 | 12 | 0 | 62 | 50 | 47 | 60 | A |
| Octal | 52 | 63 | 1 | 22 | 0 | 142 | 120 | 107 | 140 | 12 |
| Binary | 101010 | 110011 | 1 | 10010 | 0 | 1100010 | 1010000 | 1000111 | 1100000 | 1010 |
Color Harmonies of #2A3301
Complementary color
Monochromatic Colors of #2A3301
Black with #2A3301
Text Example
Text Example
White with #2A3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3301; }
p { color: rgb(42,51,1); }
H1.HeaderClassName
{
color: #2A3301;
}
.AnyTagClassName
{
color: #2A3301;
}
</style>
background-color css
<style>
a { background-color: #2A3301; }
a { background-color: rgb(42,51,1); }
div.DivClassName
{
background-color: #2A3301;
}
.BgClassName
{
background-color: #2A3301;
}
</style>
border-color css
<style>
span { border-color: #2A3301; }
span { border-color: rgb(42,51,1); }
td.TdClassName
{
border-color: #2A3301;
}
.TagClassName
{
border-color: #2A3301;
}
</style>