Shades of Turtle Green #2B4102
Tints of Turtle Green #2B4102
RGB
CMYK
RGB Variations
Color information
#2B4102 (or 0x2B4102) is known color: Turtle Green. HEX triplet: 2B, 41 and 02. RGB value is (43,65,2). Sum of RGB (Red+Green+Blue) = 43+65+2=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4102 is #D4BEFD. Grayscale: #333333. Windows color (decimal): -13942526 or 147755. OLE color: 147755.
HSL color Cylindrical-coordinate representation of color #2B4102: hue angle of 80.95º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B4102 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 2 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.75 |
| HSL | 80.95º | 0.94% | 0.13% | - |
| HSV(B) | 80.95º | 0.97% | 0.25% | - |
| XYZ | 2.9 | 4.3 | 0.73 | - |
| YUV | 51.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 2 | 0.34 | 0 | 0.97 | 0.75 | 80.95 | 0.94 | 0.13 |
| Hex | 2B | 41 | 2 | 22 | 0 | 61 | 4B | 51 | 5E | D |
| Octal | 53 | 101 | 2 | 42 | 0 | 141 | 113 | 121 | 136 | 15 |
| Binary | 101011 | 1000001 | 10 | 100010 | 0 | 1100001 | 1001011 | 1010001 | 1011110 | 1101 |
Color Harmonies of #2B4102
Complementary color
Monochromatic Colors of #2B4102
Black with #2B4102
Text Example
Text Example
White with #2B4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4102; }
p { color: rgb(43,65,2); }
H1.HeaderClassName
{
color: #2B4102;
}
.AnyTagClassName
{
color: #2B4102;
}
</style>
background-color css
<style>
a { background-color: #2B4102; }
a { background-color: rgb(43,65,2); }
div.DivClassName
{
background-color: #2B4102;
}
.BgClassName
{
background-color: #2B4102;
}
</style>
border-color css
<style>
span { border-color: #2B4102; }
span { border-color: rgb(43,65,2); }
td.TdClassName
{
border-color: #2B4102;
}
.TagClassName
{
border-color: #2B4102;
}
</style>