Shades of Turtle Green #2B4A05
Tints of Turtle Green #2B4A05
RGB
CMYK
RGB Variations
Color information
#2B4A05 (or 0x2B4A05) is known color: Turtle Green. HEX triplet: 2B, 4A and 05. RGB value is (43,74,5). Sum of RGB (Red+Green+Blue) = 43+74+5=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4A05 is #D4B5FA. Grayscale: #393939. Windows color (decimal): -13940219 or 346667. OLE color: 346667.
HSL color Cylindrical-coordinate representation of color #2B4A05: hue angle of 86.96º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B4A05 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 74 | 5 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.71 |
| HSL | 86.96º | 0.87% | 0.15% | - |
| HSV(B) | 86.96º | 0.93% | 0.29% | - |
| XYZ | 3.47 | 5.42 | 1.01 | - |
| YUV | 56.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 5 | 0.42 | 0 | 0.93 | 0.71 | 86.96 | 0.87 | 0.15 |
| Hex | 2B | 4A | 5 | 2A | 0 | 5D | 47 | 57 | 57 | F |
| Octal | 53 | 112 | 5 | 52 | 0 | 135 | 107 | 127 | 127 | 17 |
| Binary | 101011 | 1001010 | 101 | 101010 | 0 | 1011101 | 1000111 | 1010111 | 1010111 | 1111 |
Color Harmonies of #2B4A05
Complementary color
Monochromatic Colors of #2B4A05
Black with #2B4A05
Text Example
Text Example
White with #2B4A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A05; }
p { color: rgb(43,74,5); }
H1.HeaderClassName
{
color: #2B4A05;
}
.AnyTagClassName
{
color: #2B4A05;
}
</style>
background-color css
<style>
a { background-color: #2B4A05; }
a { background-color: rgb(43,74,5); }
div.DivClassName
{
background-color: #2B4A05;
}
.BgClassName
{
background-color: #2B4A05;
}
</style>
border-color css
<style>
span { border-color: #2B4A05; }
span { border-color: rgb(43,74,5); }
td.TdClassName
{
border-color: #2B4A05;
}
.TagClassName
{
border-color: #2B4A05;
}
</style>