Shades of Turtle Green #2C3F02
Tints of Turtle Green #2C3F02
RGB
CMYK
RGB Variations
Color information
#2C3F02 (or 0x2C3F02) is known color: Turtle Green. HEX triplet: 2C, 3F and 02. RGB value is (44,63,2). Sum of RGB (Red+Green+Blue) = 44+63+2=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #2C3F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3F02 is #D3C0FD. Grayscale: #323232. Windows color (decimal): -13877502 or 147244. OLE color: 147244.
HSL color Cylindrical-coordinate representation of color #2C3F02: hue angle of 78.69º 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 #2C3F02 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 63 | 2 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.75 |
| HSL | 78.69º | 0.94% | 0.13% | - |
| HSV(B) | 78.69º | 0.97% | 0.25% | - |
| XYZ | 2.83 | 4.09 | 0.7 | - |
| YUV | 50.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 63 | 2 | 0.30 | 0 | 0.97 | 0.75 | 78.69 | 0.94 | 0.13 |
| Hex | 2C | 3F | 2 | 1E | 0 | 61 | 4B | 4F | 5E | D |
| Octal | 54 | 77 | 2 | 36 | 0 | 141 | 113 | 117 | 136 | 15 |
| Binary | 101100 | 111111 | 10 | 11110 | 0 | 1100001 | 1001011 | 1001111 | 1011110 | 1101 |
Color Harmonies of #2C3F02
Complementary color
Monochromatic Colors of #2C3F02
Black with #2C3F02
Text Example
Text Example
White with #2C3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3F02; }
p { color: rgb(44,63,2); }
H1.HeaderClassName
{
color: #2C3F02;
}
.AnyTagClassName
{
color: #2C3F02;
}
</style>
background-color css
<style>
a { background-color: #2C3F02; }
a { background-color: rgb(44,63,2); }
div.DivClassName
{
background-color: #2C3F02;
}
.BgClassName
{
background-color: #2C3F02;
}
</style>
border-color css
<style>
span { border-color: #2C3F02; }
span { border-color: rgb(44,63,2); }
td.TdClassName
{
border-color: #2C3F02;
}
.TagClassName
{
border-color: #2C3F02;
}
</style>