Shades of Turtle Green #2A360D
Tints of Turtle Green #2A360D
RGB
CMYK
RGB Variations
Color information
#2A360D (or 0x2A360D) is known color: Turtle Green. HEX triplet: 2A, 36 and 0D. RGB value is (42,54,13). Sum of RGB (Red+Green+Blue) = 42+54+13=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #2A360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A360D is #D5C9F2. Grayscale: #2D2D2D. Windows color (decimal): -14010867 or 865834. OLE color: 865834.
HSL color Cylindrical-coordinate representation of color #2A360D: hue angle of 77.56º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A360D is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 13 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.79 |
| HSL | 77.56º | 0.61% | 0.13% | - |
| HSV(B) | 77.56º | 0.76% | 0.21% | - |
| XYZ | 2.35 | 3.16 | 0.87 | - |
| YUV | 45.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 13 | 0.22 | 0 | 0.76 | 0.79 | 77.56 | 0.61 | 0.13 |
| Hex | 2A | 36 | D | 16 | 0 | 4C | 4F | 4E | 3D | D |
| Octal | 52 | 66 | 15 | 26 | 0 | 114 | 117 | 116 | 75 | 15 |
| Binary | 101010 | 110110 | 1101 | 10110 | 0 | 1001100 | 1001111 | 1001110 | 111101 | 1101 |
Color Harmonies of #2A360D
Complementary color
Monochromatic Colors of #2A360D
Black with #2A360D
Text Example
Text Example
White with #2A360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A360D; }
p { color: rgb(42,54,13); }
H1.HeaderClassName
{
color: #2A360D;
}
.AnyTagClassName
{
color: #2A360D;
}
</style>
background-color css
<style>
a { background-color: #2A360D; }
a { background-color: rgb(42,54,13); }
div.DivClassName
{
background-color: #2A360D;
}
.BgClassName
{
background-color: #2A360D;
}
</style>
border-color css
<style>
span { border-color: #2A360D; }
span { border-color: rgb(42,54,13); }
td.TdClassName
{
border-color: #2A360D;
}
.TagClassName
{
border-color: #2A360D;
}
</style>