Shades of Turtle Green #2F3C01
Tints of Turtle Green #2F3C01
RGB
CMYK
RGB Variations
Color information
#2F3C01 (or 0x2F3C01) is known color: Turtle Green. HEX triplet: 2F, 3C and 01. RGB value is (47,60,1). Sum of RGB (Red+Green+Blue) = 47+60+1=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3C01 is #D0C3FE. Grayscale: #313131. Windows color (decimal): -13681663 or 80943. OLE color: 80943.
HSL color Cylindrical-coordinate representation of color #2F3C01: hue angle of 73.22º 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 #2F3C01 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 1 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.76 |
| HSL | 73.22º | 0.97% | 0.12% | - |
| HSV(B) | 73.22º | 0.98% | 0.24% | - |
| XYZ | 2.79 | 3.84 | 0.62 | - |
| YUV | 49.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 1 | 0.22 | 0 | 0.98 | 0.76 | 73.22 | 0.97 | 0.12 |
| Hex | 2F | 3C | 1 | 16 | 0 | 62 | 4C | 49 | 61 | C |
| Octal | 57 | 74 | 1 | 26 | 0 | 142 | 114 | 111 | 141 | 14 |
| Binary | 101111 | 111100 | 1 | 10110 | 0 | 1100010 | 1001100 | 1001001 | 1100001 | 1100 |
Color Harmonies of #2F3C01
Complementary color
Monochromatic Colors of #2F3C01
Black with #2F3C01
Text Example
Text Example
White with #2F3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C01; }
p { color: rgb(47,60,1); }
H1.HeaderClassName
{
color: #2F3C01;
}
.AnyTagClassName
{
color: #2F3C01;
}
</style>
background-color css
<style>
a { background-color: #2F3C01; }
a { background-color: rgb(47,60,1); }
div.DivClassName
{
background-color: #2F3C01;
}
.BgClassName
{
background-color: #2F3C01;
}
</style>
border-color css
<style>
span { border-color: #2F3C01; }
span { border-color: rgb(47,60,1); }
td.TdClassName
{
border-color: #2F3C01;
}
.TagClassName
{
border-color: #2F3C01;
}
</style>