Shades of Turtle Green #2F3C03
Tints of Turtle Green #2F3C03
RGB
CMYK
RGB Variations
Color information
#2F3C03 (or 0x2F3C03) is known color: Turtle Green. HEX triplet: 2F, 3C and 03. RGB value is (47,60,3). Sum of RGB (Red+Green+Blue) = 47+60+3=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3C03 is #D0C3FC. Grayscale: #313131. Windows color (decimal): -13681661 or 212015. OLE color: 212015.
HSL color Cylindrical-coordinate representation of color #2F3C03: hue angle of 73.68º 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 #2F3C03 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 3 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.76 |
| HSL | 73.68º | 0.9% | 0.12% | - |
| HSV(B) | 73.68º | 0.95% | 0.24% | - |
| XYZ | 2.8 | 3.84 | 0.68 | - |
| YUV | 49.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 3 | 0.22 | 0 | 0.95 | 0.76 | 73.68 | 0.9 | 0.12 |
| Hex | 2F | 3C | 3 | 16 | 0 | 5F | 4C | 4A | 5A | C |
| Octal | 57 | 74 | 3 | 26 | 0 | 137 | 114 | 112 | 132 | 14 |
| Binary | 101111 | 111100 | 11 | 10110 | 0 | 1011111 | 1001100 | 1001010 | 1011010 | 1100 |
Color Harmonies of #2F3C03
Complementary color
Monochromatic Colors of #2F3C03
Black with #2F3C03
Text Example
Text Example
White with #2F3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C03; }
p { color: rgb(47,60,3); }
H1.HeaderClassName
{
color: #2F3C03;
}
.AnyTagClassName
{
color: #2F3C03;
}
</style>
background-color css
<style>
a { background-color: #2F3C03; }
a { background-color: rgb(47,60,3); }
div.DivClassName
{
background-color: #2F3C03;
}
.BgClassName
{
background-color: #2F3C03;
}
</style>
border-color css
<style>
span { border-color: #2F3C03; }
span { border-color: rgb(47,60,3); }
td.TdClassName
{
border-color: #2F3C03;
}
.TagClassName
{
border-color: #2F3C03;
}
</style>