Shades of Turtle Green #2A370C
Tints of Turtle Green #2A370C
RGB
CMYK
RGB Variations
Color information
#2A370C (or 0x2A370C) is known color: Turtle Green. HEX triplet: 2A, 37 and 0C. RGB value is (42,55,12). Sum of RGB (Red+Green+Blue) = 42+55+12=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #2A370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A370C is #D5C8F3. Grayscale: #2E2E2E. Windows color (decimal): -14010612 or 800554. OLE color: 800554.
HSL color Cylindrical-coordinate representation of color #2A370C: hue angle of 78.14º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A370C is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 55 | 12 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.78 |
| HSL | 78.14º | 0.64% | 0.13% | - |
| HSV(B) | 78.14º | 0.78% | 0.22% | - |
| XYZ | 2.39 | 3.25 | 0.85 | - |
| YUV | 46.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 12 | 0.24 | 0 | 0.78 | 0.78 | 78.14 | 0.64 | 0.13 |
| Hex | 2A | 37 | C | 18 | 0 | 4E | 4E | 4E | 40 | D |
| Octal | 52 | 67 | 14 | 30 | 0 | 116 | 116 | 116 | 100 | 15 |
| Binary | 101010 | 110111 | 1100 | 11000 | 0 | 1001110 | 1001110 | 1001110 | 1000000 | 1101 |
Color Harmonies of #2A370C
Complementary color
Monochromatic Colors of #2A370C
Black with #2A370C
Text Example
Text Example
White with #2A370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A370C; }
p { color: rgb(42,55,12); }
H1.HeaderClassName
{
color: #2A370C;
}
.AnyTagClassName
{
color: #2A370C;
}
</style>
background-color css
<style>
a { background-color: #2A370C; }
a { background-color: rgb(42,55,12); }
div.DivClassName
{
background-color: #2A370C;
}
.BgClassName
{
background-color: #2A370C;
}
</style>
border-color css
<style>
span { border-color: #2A370C; }
span { border-color: rgb(42,55,12); }
td.TdClassName
{
border-color: #2A370C;
}
.TagClassName
{
border-color: #2A370C;
}
</style>