Shades of Turtle Green #2B3901
Tints of Turtle Green #2B3901
RGB
CMYK
RGB Variations
Color information
#2B3901 (or 0x2B3901) is known color: Turtle Green. HEX triplet: 2B, 39 and 01. RGB value is (43,57,1). Sum of RGB (Red+Green+Blue) = 43+57+1=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3901 is #D4C6FE. Grayscale: #2E2E2E. Windows color (decimal): -13944575 or 80171. OLE color: 80171.
HSL color Cylindrical-coordinate representation of color #2B3901: hue angle of 75º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B3901 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 57 | 1 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.78 |
| HSL | 75º | 0.97% | 0.11% | - |
| HSV(B) | 75º | 0.98% | 0.22% | - |
| XYZ | 2.46 | 3.44 | 0.56 | - |
| YUV | 46.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 1 | 0.25 | 0 | 0.98 | 0.78 | 75 | 0.97 | 0.11 |
| Hex | 2B | 39 | 1 | 19 | 0 | 62 | 4E | 4B | 61 | B |
| Octal | 53 | 71 | 1 | 31 | 0 | 142 | 116 | 113 | 141 | 13 |
| Binary | 101011 | 111001 | 1 | 11001 | 0 | 1100010 | 1001110 | 1001011 | 1100001 | 1011 |
Color Harmonies of #2B3901
Complementary color
Monochromatic Colors of #2B3901
Black with #2B3901
Text Example
Text Example
White with #2B3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3901; }
p { color: rgb(43,57,1); }
H1.HeaderClassName
{
color: #2B3901;
}
.AnyTagClassName
{
color: #2B3901;
}
</style>
background-color css
<style>
a { background-color: #2B3901; }
a { background-color: rgb(43,57,1); }
div.DivClassName
{
background-color: #2B3901;
}
.BgClassName
{
background-color: #2B3901;
}
</style>
border-color css
<style>
span { border-color: #2B3901; }
span { border-color: rgb(43,57,1); }
td.TdClassName
{
border-color: #2B3901;
}
.TagClassName
{
border-color: #2B3901;
}
</style>