Shades of Turtle Green #2A3804
Tints of Turtle Green #2A3804
RGB
CMYK
RGB Variations
Color information
#2A3804 (or 0x2A3804) is known color: Turtle Green. HEX triplet: 2A, 38 and 04. RGB value is (42,56,4). Sum of RGB (Red+Green+Blue) = 42+56+4=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3804 is #D5C7FB. Grayscale: #2E2E2E. Windows color (decimal): -14010364 or 276522. OLE color: 276522.
HSL color Cylindrical-coordinate representation of color #2A3804: hue angle of 76.15º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A3804 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 4 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.78 |
| HSL | 76.15º | 0.87% | 0.12% | - |
| HSV(B) | 76.15º | 0.93% | 0.22% | - |
| XYZ | 2.39 | 3.33 | 0.63 | - |
| YUV | 45.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 4 | 0.25 | 0 | 0.93 | 0.78 | 76.15 | 0.87 | 0.12 |
| Hex | 2A | 38 | 4 | 19 | 0 | 5D | 4E | 4C | 57 | C |
| Octal | 52 | 70 | 4 | 31 | 0 | 135 | 116 | 114 | 127 | 14 |
| Binary | 101010 | 111000 | 100 | 11001 | 0 | 1011101 | 1001110 | 1001100 | 1010111 | 1100 |
Color Harmonies of #2A3804
Complementary color
Monochromatic Colors of #2A3804
Black with #2A3804
Text Example
Text Example
White with #2A3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3804; }
p { color: rgb(42,56,4); }
H1.HeaderClassName
{
color: #2A3804;
}
.AnyTagClassName
{
color: #2A3804;
}
</style>
background-color css
<style>
a { background-color: #2A3804; }
a { background-color: rgb(42,56,4); }
div.DivClassName
{
background-color: #2A3804;
}
.BgClassName
{
background-color: #2A3804;
}
</style>
border-color css
<style>
span { border-color: #2A3804; }
span { border-color: rgb(42,56,4); }
td.TdClassName
{
border-color: #2A3804;
}
.TagClassName
{
border-color: #2A3804;
}
</style>