Shades of Turtle Green #2A370B
Tints of Turtle Green #2A370B
RGB
CMYK
RGB Variations
Color information
#2A370B (or 0x2A370B) is known color: Turtle Green. HEX triplet: 2A, 37 and 0B. RGB value is (42,55,11). Sum of RGB (Red+Green+Blue) = 42+55+11=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #2A370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A370B is #D5C8F4. Grayscale: #2E2E2E. Windows color (decimal): -14010613 or 735018. OLE color: 735018.
HSL color Cylindrical-coordinate representation of color #2A370B: hue angle of 77.73º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A370B is Cyan = 0.24, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 55 | 11 | - |
| CMYK | 0.24 | 0 | 0.8 | 0.78 |
| HSL | 77.73º | 0.67% | 0.13% | - |
| HSV(B) | 77.73º | 0.8% | 0.22% | - |
| XYZ | 2.38 | 3.25 | 0.82 | - |
| YUV | 46.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 11 | 0.24 | 0 | 0.8 | 0.78 | 77.73 | 0.67 | 0.13 |
| Hex | 2A | 37 | B | 18 | 0 | 50 | 4E | 4E | 43 | D |
| Octal | 52 | 67 | 13 | 30 | 0 | 120 | 116 | 116 | 103 | 15 |
| Binary | 101010 | 110111 | 1011 | 11000 | 0 | 1010000 | 1001110 | 1001110 | 1000011 | 1101 |
Color Harmonies of #2A370B
Complementary color
Monochromatic Colors of #2A370B
Black with #2A370B
Text Example
Text Example
White with #2A370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A370B; }
p { color: rgb(42,55,11); }
H1.HeaderClassName
{
color: #2A370B;
}
.AnyTagClassName
{
color: #2A370B;
}
</style>
background-color css
<style>
a { background-color: #2A370B; }
a { background-color: rgb(42,55,11); }
div.DivClassName
{
background-color: #2A370B;
}
.BgClassName
{
background-color: #2A370B;
}
</style>
border-color css
<style>
span { border-color: #2A370B; }
span { border-color: rgb(42,55,11); }
td.TdClassName
{
border-color: #2A370B;
}
.TagClassName
{
border-color: #2A370B;
}
</style>