Shades of Turtle Green #2A3A04
Tints of Turtle Green #2A3A04
RGB
CMYK
RGB Variations
Color information
#2A3A04 (or 0x2A3A04) is known color: Turtle Green. HEX triplet: 2A, 3A and 04. RGB value is (42,58,4). Sum of RGB (Red+Green+Blue) = 42+58+4=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #2A3A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3A04 is #D5C5FB. Grayscale: #2F2F2F. Windows color (decimal): -14009852 or 277034. OLE color: 277034.
HSL color Cylindrical-coordinate representation of color #2A3A04: hue angle of 77.78º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A3A04 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 58 | 4 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.77 |
| HSL | 77.78º | 0.87% | 0.12% | - |
| HSV(B) | 77.78º | 0.93% | 0.23% | - |
| XYZ | 2.49 | 3.53 | 0.66 | - |
| YUV | 47.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 4 | 0.28 | 0 | 0.93 | 0.77 | 77.78 | 0.87 | 0.12 |
| Hex | 2A | 3A | 4 | 1C | 0 | 5D | 4D | 4E | 57 | C |
| Octal | 52 | 72 | 4 | 34 | 0 | 135 | 115 | 116 | 127 | 14 |
| Binary | 101010 | 111010 | 100 | 11100 | 0 | 1011101 | 1001101 | 1001110 | 1010111 | 1100 |
Color Harmonies of #2A3A04
Complementary color
Monochromatic Colors of #2A3A04
Black with #2A3A04
Text Example
Text Example
White with #2A3A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A04; }
p { color: rgb(42,58,4); }
H1.HeaderClassName
{
color: #2A3A04;
}
.AnyTagClassName
{
color: #2A3A04;
}
</style>
background-color css
<style>
a { background-color: #2A3A04; }
a { background-color: rgb(42,58,4); }
div.DivClassName
{
background-color: #2A3A04;
}
.BgClassName
{
background-color: #2A3A04;
}
</style>
border-color css
<style>
span { border-color: #2A3A04; }
span { border-color: rgb(42,58,4); }
td.TdClassName
{
border-color: #2A3A04;
}
.TagClassName
{
border-color: #2A3A04;
}
</style>