Shades of Turtle Green #2B4001
Tints of Turtle Green #2B4001
RGB
CMYK
RGB Variations
Color information
#2B4001 (or 0x2B4001) is known color: Turtle Green. HEX triplet: 2B, 40 and 01. RGB value is (43,64,1). Sum of RGB (Red+Green+Blue) = 43+64+1=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4001 is #D4BFFE. Grayscale: #323232. Windows color (decimal): -13942783 or 81963. OLE color: 81963.
HSL color Cylindrical-coordinate representation of color #2B4001: hue angle of 80º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B4001 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 1 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.75 |
| HSL | 80º | 0.97% | 0.13% | - |
| HSV(B) | 80º | 0.98% | 0.25% | - |
| XYZ | 2.84 | 4.18 | 0.69 | - |
| YUV | 50.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 1 | 0.33 | 0 | 0.98 | 0.75 | 80 | 0.97 | 0.13 |
| Hex | 2B | 40 | 1 | 21 | 0 | 62 | 4B | 50 | 61 | D |
| Octal | 53 | 100 | 1 | 41 | 0 | 142 | 113 | 120 | 141 | 15 |
| Binary | 101011 | 1000000 | 1 | 100001 | 0 | 1100010 | 1001011 | 1010000 | 1100001 | 1101 |
Color Harmonies of #2B4001
Complementary color
Monochromatic Colors of #2B4001
Black with #2B4001
Text Example
Text Example
White with #2B4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4001; }
p { color: rgb(43,64,1); }
H1.HeaderClassName
{
color: #2B4001;
}
.AnyTagClassName
{
color: #2B4001;
}
</style>
background-color css
<style>
a { background-color: #2B4001; }
a { background-color: rgb(43,64,1); }
div.DivClassName
{
background-color: #2B4001;
}
.BgClassName
{
background-color: #2B4001;
}
</style>
border-color css
<style>
span { border-color: #2B4001; }
span { border-color: rgb(43,64,1); }
td.TdClassName
{
border-color: #2B4001;
}
.TagClassName
{
border-color: #2B4001;
}
</style>