Shades of Turtle Green #2B3D01
Tints of Turtle Green #2B3D01
RGB
CMYK
RGB Variations
Color information
#2B3D01 (or 0x2B3D01) is known color: Turtle Green. HEX triplet: 2B, 3D and 01. RGB value is (43,61,1). Sum of RGB (Red+Green+Blue) = 43+61+1=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3D01 is #D4C2FE. Grayscale: #303030. Windows color (decimal): -13943551 or 81195. OLE color: 81195.
HSL color Cylindrical-coordinate representation of color #2B3D01: hue angle of 78º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B3D01 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 61 | 1 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.76 |
| HSL | 78º | 0.97% | 0.12% | - |
| HSV(B) | 78º | 0.98% | 0.24% | - |
| XYZ | 2.67 | 3.85 | 0.63 | - |
| YUV | 48.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 1 | 0.30 | 0 | 0.98 | 0.76 | 78 | 0.97 | 0.12 |
| Hex | 2B | 3D | 1 | 1E | 0 | 62 | 4C | 4E | 61 | C |
| Octal | 53 | 75 | 1 | 36 | 0 | 142 | 114 | 116 | 141 | 14 |
| Binary | 101011 | 111101 | 1 | 11110 | 0 | 1100010 | 1001100 | 1001110 | 1100001 | 1100 |
Color Harmonies of #2B3D01
Complementary color
Monochromatic Colors of #2B3D01
Black with #2B3D01
Text Example
Text Example
White with #2B3D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3D01; }
p { color: rgb(43,61,1); }
H1.HeaderClassName
{
color: #2B3D01;
}
.AnyTagClassName
{
color: #2B3D01;
}
</style>
background-color css
<style>
a { background-color: #2B3D01; }
a { background-color: rgb(43,61,1); }
div.DivClassName
{
background-color: #2B3D01;
}
.BgClassName
{
background-color: #2B3D01;
}
</style>
border-color css
<style>
span { border-color: #2B3D01; }
span { border-color: rgb(43,61,1); }
td.TdClassName
{
border-color: #2B3D01;
}
.TagClassName
{
border-color: #2B3D01;
}
</style>