Shades of Turtle Green #2B4A08
Tints of Turtle Green #2B4A08
RGB
CMYK
RGB Variations
Color information
#2B4A08 (or 0x2B4A08) is known color: Turtle Green. HEX triplet: 2B, 4A and 08. RGB value is (43,74,8). Sum of RGB (Red+Green+Blue) = 43+74+8=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 74 (29.30% from 255 or 59.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4A08 is #D4B5F7. Grayscale: #393939. Windows color (decimal): -13940216 or 543275. OLE color: 543275.
HSL color Cylindrical-coordinate representation of color #2B4A08: hue angle of 88.18º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B4A08 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 74 | 8 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.71 |
| HSL | 88.18º | 0.8% | 0.16% | - |
| HSV(B) | 88.18º | 0.89% | 0.29% | - |
| XYZ | 3.49 | 5.43 | 1.09 | - |
| YUV | 57.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 8 | 0.42 | 0 | 0.89 | 0.71 | 88.18 | 0.8 | 0.16 |
| Hex | 2B | 4A | 8 | 2A | 0 | 59 | 47 | 58 | 50 | 10 |
| Octal | 53 | 112 | 10 | 52 | 0 | 131 | 107 | 130 | 120 | 20 |
| Binary | 101011 | 1001010 | 1000 | 101010 | 0 | 1011001 | 1000111 | 1011000 | 1010000 | 10000 |
Color Harmonies of #2B4A08
Complementary color
Monochromatic Colors of #2B4A08
Black with #2B4A08
Text Example
Text Example
White with #2B4A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A08; }
p { color: rgb(43,74,8); }
H1.HeaderClassName
{
color: #2B4A08;
}
.AnyTagClassName
{
color: #2B4A08;
}
</style>
background-color css
<style>
a { background-color: #2B4A08; }
a { background-color: rgb(43,74,8); }
div.DivClassName
{
background-color: #2B4A08;
}
.BgClassName
{
background-color: #2B4A08;
}
</style>
border-color css
<style>
span { border-color: #2B4A08; }
span { border-color: rgb(43,74,8); }
td.TdClassName
{
border-color: #2B4A08;
}
.TagClassName
{
border-color: #2B4A08;
}
</style>