Shades of Turtle Green #2B5502
Tints of Turtle Green #2B5502
RGB
CMYK
RGB Variations
Color information
#2B5502 (or 0x2B5502) is known color: Turtle Green. HEX triplet: 2B, 55 and 02. RGB value is (43,85,2). Sum of RGB (Red+Green+Blue) = 43+85+2=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5502 is #D4AAFD. Grayscale: #3F3F3F. Windows color (decimal): -13937406 or 152875. OLE color: 152875.
HSL color Cylindrical-coordinate representation of color #2B5502: hue angle of 90.36º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B5502 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 2 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.67 |
| HSL | 90.36º | 0.95% | 0.17% | - |
| HSV(B) | 90.36º | 0.98% | 0.33% | - |
| XYZ | 4.26 | 7.01 | 1.19 | - |
| YUV | 62.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 2 | 0.49 | 0 | 0.98 | 0.67 | 90.36 | 0.95 | 0.17 |
| Hex | 2B | 55 | 2 | 31 | 0 | 62 | 43 | 5A | 5F | 11 |
| Octal | 53 | 125 | 2 | 61 | 0 | 142 | 103 | 132 | 137 | 21 |
| Binary | 101011 | 1010101 | 10 | 110001 | 0 | 1100010 | 1000011 | 1011010 | 1011111 | 10001 |
Color Harmonies of #2B5502
Complementary color
Monochromatic Colors of #2B5502
Black with #2B5502
Text Example
Text Example
White with #2B5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5502; }
p { color: rgb(43,85,2); }
H1.HeaderClassName
{
color: #2B5502;
}
.AnyTagClassName
{
color: #2B5502;
}
</style>
background-color css
<style>
a { background-color: #2B5502; }
a { background-color: rgb(43,85,2); }
div.DivClassName
{
background-color: #2B5502;
}
.BgClassName
{
background-color: #2B5502;
}
</style>
border-color css
<style>
span { border-color: #2B5502; }
span { border-color: rgb(43,85,2); }
td.TdClassName
{
border-color: #2B5502;
}
.TagClassName
{
border-color: #2B5502;
}
</style>