Shades of Turtle Green #2D3F02
Tints of Turtle Green #2D3F02
RGB
CMYK
RGB Variations
Color information
#2D3F02 (or 0x2D3F02) is known color: Turtle Green. HEX triplet: 2D, 3F and 02. RGB value is (45,63,2). Sum of RGB (Red+Green+Blue) = 45+63+2=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3F02 is #D2C0FD. Grayscale: #323232. Windows color (decimal): -13811966 or 147245. OLE color: 147245.
HSL color Cylindrical-coordinate representation of color #2D3F02: hue angle of 77.7º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D3F02 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 63 | 2 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.75 |
| HSL | 77.7º | 0.94% | 0.13% | - |
| HSV(B) | 77.7º | 0.97% | 0.25% | - |
| XYZ | 2.87 | 4.12 | 0.7 | - |
| YUV | 50.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 2 | 0.29 | 0 | 0.97 | 0.75 | 77.7 | 0.94 | 0.13 |
| Hex | 2D | 3F | 2 | 1D | 0 | 61 | 4B | 4E | 5E | D |
| Octal | 55 | 77 | 2 | 35 | 0 | 141 | 113 | 116 | 136 | 15 |
| Binary | 101101 | 111111 | 10 | 11101 | 0 | 1100001 | 1001011 | 1001110 | 1011110 | 1101 |
Color Harmonies of #2D3F02
Complementary color
Monochromatic Colors of #2D3F02
Black with #2D3F02
Text Example
Text Example
White with #2D3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3F02; }
p { color: rgb(45,63,2); }
H1.HeaderClassName
{
color: #2D3F02;
}
.AnyTagClassName
{
color: #2D3F02;
}
</style>
background-color css
<style>
a { background-color: #2D3F02; }
a { background-color: rgb(45,63,2); }
div.DivClassName
{
background-color: #2D3F02;
}
.BgClassName
{
background-color: #2D3F02;
}
</style>
border-color css
<style>
span { border-color: #2D3F02; }
span { border-color: rgb(45,63,2); }
td.TdClassName
{
border-color: #2D3F02;
}
.TagClassName
{
border-color: #2D3F02;
}
</style>