Shades of Turtle Green #2A360F
Tints of Turtle Green #2A360F
RGB
CMYK
RGB Variations
Color information
#2A360F (or 0x2A360F) is known color: Turtle Green. HEX triplet: 2A, 36 and 0F. RGB value is (42,54,15). Sum of RGB (Red+Green+Blue) = 42+54+15=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #2A360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A360F is #D5C9F0. Grayscale: #2E2E2E. Windows color (decimal): -14010865 or 996906. OLE color: 996906.
HSL color Cylindrical-coordinate representation of color #2A360F: hue angle of 78.46º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A360F is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 15 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.79 |
| HSL | 78.46º | 0.57% | 0.14% | - |
| HSV(B) | 78.46º | 0.72% | 0.21% | - |
| XYZ | 2.36 | 3.17 | 0.94 | - |
| YUV | 45.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 15 | 0.22 | 0 | 0.72 | 0.79 | 78.46 | 0.57 | 0.14 |
| Hex | 2A | 36 | F | 16 | 0 | 48 | 4F | 4E | 39 | E |
| Octal | 52 | 66 | 17 | 26 | 0 | 110 | 117 | 116 | 71 | 16 |
| Binary | 101010 | 110110 | 1111 | 10110 | 0 | 1001000 | 1001111 | 1001110 | 111001 | 1110 |
Color Harmonies of #2A360F
Complementary color
Monochromatic Colors of #2A360F
Black with #2A360F
Text Example
Text Example
White with #2A360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A360F; }
p { color: rgb(42,54,15); }
H1.HeaderClassName
{
color: #2A360F;
}
.AnyTagClassName
{
color: #2A360F;
}
</style>
background-color css
<style>
a { background-color: #2A360F; }
a { background-color: rgb(42,54,15); }
div.DivClassName
{
background-color: #2A360F;
}
.BgClassName
{
background-color: #2A360F;
}
</style>
border-color css
<style>
span { border-color: #2A360F; }
span { border-color: rgb(42,54,15); }
td.TdClassName
{
border-color: #2A360F;
}
.TagClassName
{
border-color: #2A360F;
}
</style>