Shades of Turtle Green #2B490F
Tints of Turtle Green #2B490F
RGB
CMYK
RGB Variations
Color information
#2B490F (or 0x2B490F) is known color: Turtle Green. HEX triplet: 2B, 49 and 0F. RGB value is (43,73,15). Sum of RGB (Red+Green+Blue) = 43+73+15=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #2B490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B490F is #D4B6F0. Grayscale: #393939. Windows color (decimal): -13940465 or 1001771. OLE color: 1001771.
HSL color Cylindrical-coordinate representation of color #2B490F: hue angle of 91.03º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B490F is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 15 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.71 |
| HSL | 91.03º | 0.66% | 0.17% | - |
| HSV(B) | 91.03º | 0.79% | 0.29% | - |
| XYZ | 3.47 | 5.31 | 1.29 | - |
| YUV | 57.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 15 | 0.41 | 0 | 0.79 | 0.71 | 91.03 | 0.66 | 0.17 |
| Hex | 2B | 49 | F | 29 | 0 | 4F | 47 | 5B | 42 | 11 |
| Octal | 53 | 111 | 17 | 51 | 0 | 117 | 107 | 133 | 102 | 21 |
| Binary | 101011 | 1001001 | 1111 | 101001 | 0 | 1001111 | 1000111 | 1011011 | 1000010 | 10001 |
Color Harmonies of #2B490F
Complementary color
Monochromatic Colors of #2B490F
Black with #2B490F
Text Example
Text Example
White with #2B490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B490F; }
p { color: rgb(43,73,15); }
H1.HeaderClassName
{
color: #2B490F;
}
.AnyTagClassName
{
color: #2B490F;
}
</style>
background-color css
<style>
a { background-color: #2B490F; }
a { background-color: rgb(43,73,15); }
div.DivClassName
{
background-color: #2B490F;
}
.BgClassName
{
background-color: #2B490F;
}
</style>
border-color css
<style>
span { border-color: #2B490F; }
span { border-color: rgb(43,73,15); }
td.TdClassName
{
border-color: #2B490F;
}
.TagClassName
{
border-color: #2B490F;
}
</style>