Shades of Turtle Green #2B4602
Tints of Turtle Green #2B4602
RGB
CMYK
RGB Variations
Color information
#2B4602 (or 0x2B4602) is known color: Turtle Green. HEX triplet: 2B, 46 and 02. RGB value is (43,70,2). Sum of RGB (Red+Green+Blue) = 43+70+2=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #2B4602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4602 is #D4B9FD. Grayscale: #363636. Windows color (decimal): -13941246 or 149035. OLE color: 149035.
HSL color Cylindrical-coordinate representation of color #2B4602: hue angle of 83.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B4602 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 70 | 2 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.73 |
| HSL | 83.82º | 0.94% | 0.14% | - |
| HSV(B) | 83.82º | 0.97% | 0.27% | - |
| XYZ | 3.2 | 4.9 | 0.83 | - |
| YUV | 54.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 2 | 0.39 | 0 | 0.97 | 0.73 | 83.82 | 0.94 | 0.14 |
| Hex | 2B | 46 | 2 | 27 | 0 | 61 | 49 | 54 | 5E | E |
| Octal | 53 | 106 | 2 | 47 | 0 | 141 | 111 | 124 | 136 | 16 |
| Binary | 101011 | 1000110 | 10 | 100111 | 0 | 1100001 | 1001001 | 1010100 | 1011110 | 1110 |
Color Harmonies of #2B4602
Complementary color
Monochromatic Colors of #2B4602
Black with #2B4602
Text Example
Text Example
White with #2B4602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4602; }
p { color: rgb(43,70,2); }
H1.HeaderClassName
{
color: #2B4602;
}
.AnyTagClassName
{
color: #2B4602;
}
</style>
background-color css
<style>
a { background-color: #2B4602; }
a { background-color: rgb(43,70,2); }
div.DivClassName
{
background-color: #2B4602;
}
.BgClassName
{
background-color: #2B4602;
}
</style>
border-color css
<style>
span { border-color: #2B4602; }
span { border-color: rgb(43,70,2); }
td.TdClassName
{
border-color: #2B4602;
}
.TagClassName
{
border-color: #2B4602;
}
</style>