Shades of Turtle Green #2A450C
Tints of Turtle Green #2A450C
RGB
CMYK
RGB Variations
Color information
#2A450C (or 0x2A450C) is known color: Turtle Green. HEX triplet: 2A, 45 and 0C. RGB value is (42,69,12). Sum of RGB (Red+Green+Blue) = 42+69+12=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #2A450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A450C is #D5BAF3. Grayscale: #363636. Windows color (decimal): -14007028 or 804138. OLE color: 804138.
HSL color Cylindrical-coordinate representation of color #2A450C: hue angle of 88.42º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A450C is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 69 | 12 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.73 |
| HSL | 88.42º | 0.7% | 0.16% | - |
| HSV(B) | 88.42º | 0.83% | 0.27% | - |
| XYZ | 3.15 | 4.78 | 1.1 | - |
| YUV | 54.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 12 | 0.39 | 0 | 0.83 | 0.73 | 88.42 | 0.7 | 0.16 |
| Hex | 2A | 45 | C | 27 | 0 | 53 | 49 | 58 | 46 | 10 |
| Octal | 52 | 105 | 14 | 47 | 0 | 123 | 111 | 130 | 106 | 20 |
| Binary | 101010 | 1000101 | 1100 | 100111 | 0 | 1010011 | 1001001 | 1011000 | 1000110 | 10000 |
Color Harmonies of #2A450C
Complementary color
Monochromatic Colors of #2A450C
Black with #2A450C
Text Example
Text Example
White with #2A450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A450C; }
p { color: rgb(42,69,12); }
H1.HeaderClassName
{
color: #2A450C;
}
.AnyTagClassName
{
color: #2A450C;
}
</style>
background-color css
<style>
a { background-color: #2A450C; }
a { background-color: rgb(42,69,12); }
div.DivClassName
{
background-color: #2A450C;
}
.BgClassName
{
background-color: #2A450C;
}
</style>
border-color css
<style>
span { border-color: #2A450C; }
span { border-color: rgb(42,69,12); }
td.TdClassName
{
border-color: #2A450C;
}
.TagClassName
{
border-color: #2A450C;
}
</style>