Shades of Turtle Green #2B490B
Tints of Turtle Green #2B490B
RGB
CMYK
RGB Variations
Color information
#2B490B (or 0x2B490B) is known color: Turtle Green. HEX triplet: 2B, 49 and 0B. RGB value is (43,73,11). Sum of RGB (Red+Green+Blue) = 43+73+11=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #2B490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B490B is #D4B6F4. Grayscale: #393939. Windows color (decimal): -13940469 or 739627. OLE color: 739627.
HSL color Cylindrical-coordinate representation of color #2B490B: hue angle of 89.03º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B490B is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 11 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.71 |
| HSL | 89.03º | 0.74% | 0.16% | - |
| HSV(B) | 89.03º | 0.85% | 0.29% | - |
| XYZ | 3.44 | 5.3 | 1.16 | - |
| YUV | 56.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 11 | 0.41 | 0 | 0.85 | 0.71 | 89.03 | 0.74 | 0.16 |
| Hex | 2B | 49 | B | 29 | 0 | 55 | 47 | 59 | 4A | 10 |
| Octal | 53 | 111 | 13 | 51 | 0 | 125 | 107 | 131 | 112 | 20 |
| Binary | 101011 | 1001001 | 1011 | 101001 | 0 | 1010101 | 1000111 | 1011001 | 1001010 | 10000 |
Color Harmonies of #2B490B
Complementary color
Monochromatic Colors of #2B490B
Black with #2B490B
Text Example
Text Example
White with #2B490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B490B; }
p { color: rgb(43,73,11); }
H1.HeaderClassName
{
color: #2B490B;
}
.AnyTagClassName
{
color: #2B490B;
}
</style>
background-color css
<style>
a { background-color: #2B490B; }
a { background-color: rgb(43,73,11); }
div.DivClassName
{
background-color: #2B490B;
}
.BgClassName
{
background-color: #2B490B;
}
</style>
border-color css
<style>
span { border-color: #2B490B; }
span { border-color: rgb(43,73,11); }
td.TdClassName
{
border-color: #2B490B;
}
.TagClassName
{
border-color: #2B490B;
}
</style>