Shades of Turtle Green #2A3000
Tints of Turtle Green #2A3000
RGB
CMYK
RGB Variations
Color information
#2A3000 (or 0x2A3000) is known color: Turtle Green. HEX triplet: 2A, 30 and 00. RGB value is (42,48,0). Sum of RGB (Red+Green+Blue) = 42+48+0=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3000 is #D5CFFF. Grayscale: #282828. Windows color (decimal): -14012416 or 12330. OLE color: 12330.
HSL color Cylindrical-coordinate representation of color #2A3000: hue angle of 67.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A3000 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 48 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.81 |
| HSL | 67.5º | 1% | 0.09% | - |
| HSV(B) | 67.5º | 1% | 0.19% | - |
| XYZ | 2.01 | 2.61 | 0.4 | - |
| YUV | 40.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 0 | 0.13 | 0 | 1 | 0.81 | 67.5 | 1 | 0.09 |
| Hex | 2A | 30 | 0 | D | 0 | 64 | 51 | 44 | 64 | 9 |
| Octal | 52 | 60 | 0 | 15 | 0 | 144 | 121 | 104 | 144 | 11 |
| Binary | 101010 | 110000 | 0 | 1101 | 0 | 1100100 | 1010001 | 1000100 | 1100100 | 1001 |
Color Harmonies of #2A3000
Complementary color
Monochromatic Colors of #2A3000
Black with #2A3000
Text Example
Text Example
White with #2A3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3000; }
p { color: rgb(42,48,0); }
H1.HeaderClassName
{
color: #2A3000;
}
.AnyTagClassName
{
color: #2A3000;
}
</style>
background-color css
<style>
a { background-color: #2A3000; }
a { background-color: rgb(42,48,0); }
div.DivClassName
{
background-color: #2A3000;
}
.BgClassName
{
background-color: #2A3000;
}
</style>
border-color css
<style>
span { border-color: #2A3000; }
span { border-color: rgb(42,48,0); }
td.TdClassName
{
border-color: #2A3000;
}
.TagClassName
{
border-color: #2A3000;
}
</style>