Shades of Turtle Green #2A360B
Tints of Turtle Green #2A360B
RGB
CMYK
RGB Variations
Color information
#2A360B (or 0x2A360B) is known color: Turtle Green. HEX triplet: 2A, 36 and 0B. RGB value is (42,54,11). Sum of RGB (Red+Green+Blue) = 42+54+11=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #2A360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A360B is #D5C9F4. Grayscale: #2D2D2D. Windows color (decimal): -14010869 or 734762. OLE color: 734762.
HSL color Cylindrical-coordinate representation of color #2A360B: hue angle of 76.74º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A360B is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 11 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.79 |
| HSL | 76.74º | 0.66% | 0.13% | - |
| HSV(B) | 76.74º | 0.8% | 0.21% | - |
| XYZ | 2.33 | 3.15 | 0.8 | - |
| YUV | 45.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 11 | 0.22 | 0 | 0.80 | 0.79 | 76.74 | 0.66 | 0.13 |
| Hex | 2A | 36 | B | 16 | 0 | 50 | 4F | 4D | 42 | D |
| Octal | 52 | 66 | 13 | 26 | 0 | 120 | 117 | 115 | 102 | 15 |
| Binary | 101010 | 110110 | 1011 | 10110 | 0 | 1010000 | 1001111 | 1001101 | 1000010 | 1101 |
Color Harmonies of #2A360B
Complementary color
Monochromatic Colors of #2A360B
Black with #2A360B
Text Example
Text Example
White with #2A360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A360B; }
p { color: rgb(42,54,11); }
H1.HeaderClassName
{
color: #2A360B;
}
.AnyTagClassName
{
color: #2A360B;
}
</style>
background-color css
<style>
a { background-color: #2A360B; }
a { background-color: rgb(42,54,11); }
div.DivClassName
{
background-color: #2A360B;
}
.BgClassName
{
background-color: #2A360B;
}
</style>
border-color css
<style>
span { border-color: #2A360B; }
span { border-color: rgb(42,54,11); }
td.TdClassName
{
border-color: #2A360B;
}
.TagClassName
{
border-color: #2A360B;
}
</style>