Shades of Turtle Green #2B3C03
Tints of Turtle Green #2B3C03
RGB
CMYK
RGB Variations
Color information
#2B3C03 (or 0x2B3C03) is known color: Turtle Green. HEX triplet: 2B, 3C and 03. RGB value is (43,60,3). Sum of RGB (Red+Green+Blue) = 43+60+3=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 60 (23.83% from 255 or 56.60% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 60 - color contains mainly: green. Hex color #2B3C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3C03 is #D4C3FC. Grayscale: #303030. Windows color (decimal): -13943805 or 212011. OLE color: 212011.
HSL color Cylindrical-coordinate representation of color #2B3C03: hue angle of 77.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B3C03 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 60 | 3 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.76 |
| HSL | 77.89º | 0.9% | 0.12% | - |
| HSV(B) | 77.89º | 0.95% | 0.24% | - |
| XYZ | 2.63 | 3.75 | 0.67 | - |
| YUV | 48.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 3 | 0.28 | 0 | 0.95 | 0.76 | 77.89 | 0.9 | 0.12 |
| Hex | 2B | 3C | 3 | 1C | 0 | 5F | 4C | 4E | 5A | C |
| Octal | 53 | 74 | 3 | 34 | 0 | 137 | 114 | 116 | 132 | 14 |
| Binary | 101011 | 111100 | 11 | 11100 | 0 | 1011111 | 1001100 | 1001110 | 1011010 | 1100 |
Color Harmonies of #2B3C03
Complementary color
Monochromatic Colors of #2B3C03
Black with #2B3C03
Text Example
Text Example
White with #2B3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3C03; }
p { color: rgb(43,60,3); }
H1.HeaderClassName
{
color: #2B3C03;
}
.AnyTagClassName
{
color: #2B3C03;
}
</style>
background-color css
<style>
a { background-color: #2B3C03; }
a { background-color: rgb(43,60,3); }
div.DivClassName
{
background-color: #2B3C03;
}
.BgClassName
{
background-color: #2B3C03;
}
</style>
border-color css
<style>
span { border-color: #2B3C03; }
span { border-color: rgb(43,60,3); }
td.TdClassName
{
border-color: #2B3C03;
}
.TagClassName
{
border-color: #2B3C03;
}
</style>