Shades of Turtle Green #2A4300
Tints of Turtle Green #2A4300
RGB
CMYK
RGB Variations
Color information
#2A4300 (or 0x2A4300) is known color: Turtle Green. HEX triplet: 2A, 43 and 00. RGB value is (42,67,0). Sum of RGB (Red+Green+Blue) = 42+67+0=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4300 is #D5BCFF. Grayscale: #343434. Windows color (decimal): -14007552 or 17194. OLE color: 17194.
HSL color Cylindrical-coordinate representation of color #2A4300: hue angle of 82.39º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A4300 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 67 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.74 |
| HSL | 82.39º | 1% | 0.13% | - |
| HSV(B) | 82.39º | 1% | 0.26% | - |
| XYZ | 2.96 | 4.51 | 0.71 | - |
| YUV | 51.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 0 | 0.37 | 0 | 1 | 0.74 | 82.39 | 1 | 0.13 |
| Hex | 2A | 43 | 0 | 25 | 0 | 64 | 4A | 52 | 64 | D |
| Octal | 52 | 103 | 0 | 45 | 0 | 144 | 112 | 122 | 144 | 15 |
| Binary | 101010 | 1000011 | 0 | 100101 | 0 | 1100100 | 1001010 | 1010010 | 1100100 | 1101 |
Color Harmonies of #2A4300
Complementary color
Monochromatic Colors of #2A4300
Black with #2A4300
Text Example
Text Example
White with #2A4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4300; }
p { color: rgb(42,67,0); }
H1.HeaderClassName
{
color: #2A4300;
}
.AnyTagClassName
{
color: #2A4300;
}
</style>
background-color css
<style>
a { background-color: #2A4300; }
a { background-color: rgb(42,67,0); }
div.DivClassName
{
background-color: #2A4300;
}
.BgClassName
{
background-color: #2A4300;
}
</style>
border-color css
<style>
span { border-color: #2A4300; }
span { border-color: rgb(42,67,0); }
td.TdClassName
{
border-color: #2A4300;
}
.TagClassName
{
border-color: #2A4300;
}
</style>