Shades of Turtle Green #2A3B04
Tints of Turtle Green #2A3B04
RGB
CMYK
RGB Variations
Color information
#2A3B04 (or 0x2A3B04) is known color: Turtle Green. HEX triplet: 2A, 3B and 04. RGB value is (42,59,4). Sum of RGB (Red+Green+Blue) = 42+59+4=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #2A3B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3B04 is #D5C4FB. Grayscale: #2F2F2F. Windows color (decimal): -14009596 or 277290. OLE color: 277290.
HSL color Cylindrical-coordinate representation of color #2A3B04: hue angle of 78.55º 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 #2A3B04 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 59 | 4 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.77 |
| HSL | 78.55º | 0.87% | 0.12% | - |
| HSV(B) | 78.55º | 0.93% | 0.23% | - |
| XYZ | 2.54 | 3.63 | 0.68 | - |
| YUV | 47.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 59 | 4 | 0.29 | 0 | 0.93 | 0.77 | 78.55 | 0.87 | 0.12 |
| Hex | 2A | 3B | 4 | 1D | 0 | 5D | 4D | 4F | 57 | C |
| Octal | 52 | 73 | 4 | 35 | 0 | 135 | 115 | 117 | 127 | 14 |
| Binary | 101010 | 111011 | 100 | 11101 | 0 | 1011101 | 1001101 | 1001111 | 1010111 | 1100 |
Color Harmonies of #2A3B04
Complementary color
Monochromatic Colors of #2A3B04
Black with #2A3B04
Text Example
Text Example
White with #2A3B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3B04; }
p { color: rgb(42,59,4); }
H1.HeaderClassName
{
color: #2A3B04;
}
.AnyTagClassName
{
color: #2A3B04;
}
</style>
background-color css
<style>
a { background-color: #2A3B04; }
a { background-color: rgb(42,59,4); }
div.DivClassName
{
background-color: #2A3B04;
}
.BgClassName
{
background-color: #2A3B04;
}
</style>
border-color css
<style>
span { border-color: #2A3B04; }
span { border-color: rgb(42,59,4); }
td.TdClassName
{
border-color: #2A3B04;
}
.TagClassName
{
border-color: #2A3B04;
}
</style>