Shades of Turtle Green #2B450A
Tints of Turtle Green #2B450A
RGB
CMYK
RGB Variations
Color information
#2B450A (or 0x2B450A) is known color: Turtle Green. HEX triplet: 2B, 45 and 0A. RGB value is (43,69,10). Sum of RGB (Red+Green+Blue) = 43+69+10=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #2B450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B450A is #D4BAF5. Grayscale: #363636. Windows color (decimal): -13941494 or 673067. OLE color: 673067.
HSL color Cylindrical-coordinate representation of color #2B450A: hue angle of 86.44º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B450A is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 69 | 10 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.73 |
| HSL | 86.44º | 0.75% | 0.15% | - |
| HSV(B) | 86.44º | 0.86% | 0.27% | - |
| XYZ | 3.18 | 4.79 | 1.04 | - |
| YUV | 54.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 10 | 0.38 | 0 | 0.86 | 0.73 | 86.44 | 0.75 | 0.15 |
| Hex | 2B | 45 | A | 26 | 0 | 56 | 49 | 56 | 4B | F |
| Octal | 53 | 105 | 12 | 46 | 0 | 126 | 111 | 126 | 113 | 17 |
| Binary | 101011 | 1000101 | 1010 | 100110 | 0 | 1010110 | 1001001 | 1010110 | 1001011 | 1111 |
Color Harmonies of #2B450A
Complementary color
Monochromatic Colors of #2B450A
Black with #2B450A
Text Example
Text Example
White with #2B450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B450A; }
p { color: rgb(43,69,10); }
H1.HeaderClassName
{
color: #2B450A;
}
.AnyTagClassName
{
color: #2B450A;
}
</style>
background-color css
<style>
a { background-color: #2B450A; }
a { background-color: rgb(43,69,10); }
div.DivClassName
{
background-color: #2B450A;
}
.BgClassName
{
background-color: #2B450A;
}
</style>
border-color css
<style>
span { border-color: #2B450A; }
span { border-color: rgb(43,69,10); }
td.TdClassName
{
border-color: #2B450A;
}
.TagClassName
{
border-color: #2B450A;
}
</style>