Shades of Turtle Green #2B5401
Tints of Turtle Green #2B5401
RGB
CMYK
RGB Variations
Color information
#2B5401 (or 0x2B5401) is known color: Turtle Green. HEX triplet: 2B, 54 and 01. RGB value is (43,84,1). Sum of RGB (Red+Green+Blue) = 43+84+1=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5401 is #D4ABFE. Grayscale: #3E3E3E. Windows color (decimal): -13937663 or 87083. OLE color: 87083.
HSL color Cylindrical-coordinate representation of color #2B5401: hue angle of 89.64º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B5401 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.67 |
| HSL | 89.64º | 0.98% | 0.17% | - |
| HSV(B) | 89.64º | 0.99% | 0.33% | - |
| XYZ | 4.17 | 6.86 | 1.13 | - |
| YUV | 62.28 | 93.42 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 1 | 0.49 | 0 | 0.99 | 0.67 | 89.64 | 0.98 | 0.17 |
| Hex | 2B | 54 | 1 | 31 | 0 | 63 | 43 | 5A | 62 | 11 |
| Octal | 53 | 124 | 1 | 61 | 0 | 143 | 103 | 132 | 142 | 21 |
| Binary | 101011 | 1010100 | 1 | 110001 | 0 | 1100011 | 1000011 | 1011010 | 1100010 | 10001 |
Color Harmonies of #2B5401
Complementary color
Monochromatic Colors of #2B5401
Black with #2B5401
Text Example
Text Example
White with #2B5401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5401; }
p { color: rgb(43,84,1); }
H1.HeaderClassName
{
color: #2B5401;
}
.AnyTagClassName
{
color: #2B5401;
}
</style>
background-color css
<style>
a { background-color: #2B5401; }
a { background-color: rgb(43,84,1); }
div.DivClassName
{
background-color: #2B5401;
}
.BgClassName
{
background-color: #2B5401;
}
</style>
border-color css
<style>
span { border-color: #2B5401; }
span { border-color: rgb(43,84,1); }
td.TdClassName
{
border-color: #2B5401;
}
.TagClassName
{
border-color: #2B5401;
}
</style>