Shades of Turtle Green #2A3E04
Tints of Turtle Green #2A3E04
RGB
CMYK
RGB Variations
Color information
#2A3E04 (or 0x2A3E04) is known color: Turtle Green. HEX triplet: 2A, 3E and 04. RGB value is (42,62,4). Sum of RGB (Red+Green+Blue) = 42+62+4=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #2A3E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3E04 is #D5C1FB. Grayscale: #313131. Windows color (decimal): -14008828 or 278058. OLE color: 278058.
HSL color Cylindrical-coordinate representation of color #2A3E04: hue angle of 80.69º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A3E04 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 62 | 4 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.76 |
| HSL | 80.69º | 0.88% | 0.13% | - |
| HSV(B) | 80.69º | 0.94% | 0.24% | - |
| XYZ | 2.7 | 3.95 | 0.73 | - |
| YUV | 49.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 62 | 4 | 0.32 | 0 | 0.94 | 0.76 | 80.69 | 0.88 | 0.13 |
| Hex | 2A | 3E | 4 | 20 | 0 | 5E | 4C | 51 | 58 | D |
| Octal | 52 | 76 | 4 | 40 | 0 | 136 | 114 | 121 | 130 | 15 |
| Binary | 101010 | 111110 | 100 | 100000 | 0 | 1011110 | 1001100 | 1010001 | 1011000 | 1101 |
Color Harmonies of #2A3E04
Complementary color
Monochromatic Colors of #2A3E04
Black with #2A3E04
Text Example
Text Example
White with #2A3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3E04; }
p { color: rgb(42,62,4); }
H1.HeaderClassName
{
color: #2A3E04;
}
.AnyTagClassName
{
color: #2A3E04;
}
</style>
background-color css
<style>
a { background-color: #2A3E04; }
a { background-color: rgb(42,62,4); }
div.DivClassName
{
background-color: #2A3E04;
}
.BgClassName
{
background-color: #2A3E04;
}
</style>
border-color css
<style>
span { border-color: #2A3E04; }
span { border-color: rgb(42,62,4); }
td.TdClassName
{
border-color: #2A3E04;
}
.TagClassName
{
border-color: #2A3E04;
}
</style>