Shades of Turtle Green #2F380C
Tints of Turtle Green #2F380C
RGB
CMYK
RGB Variations
Color information
#2F380C (or 0x2F380C) is known color: Turtle Green. HEX triplet: 2F, 38 and 0C. RGB value is (47,56,12). Sum of RGB (Red+Green+Blue) = 47+56+12=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #2F380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F380C is #D0C7F3. Grayscale: #303030. Windows color (decimal): -13682676 or 800815. OLE color: 800815.
HSL color Cylindrical-coordinate representation of color #2F380C: hue angle of 72.27º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F380C is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 56 | 12 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.78 |
| HSL | 72.27º | 0.65% | 0.13% | - |
| HSV(B) | 72.27º | 0.79% | 0.22% | - |
| XYZ | 2.65 | 3.46 | 0.88 | - |
| YUV | 48.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 12 | 0.16 | 0 | 0.79 | 0.78 | 72.27 | 0.65 | 0.13 |
| Hex | 2F | 38 | C | 10 | 0 | 4F | 4E | 48 | 41 | D |
| Octal | 57 | 70 | 14 | 20 | 0 | 117 | 116 | 110 | 101 | 15 |
| Binary | 101111 | 111000 | 1100 | 10000 | 0 | 1001111 | 1001110 | 1001000 | 1000001 | 1101 |
Color Harmonies of #2F380C
Complementary color
Monochromatic Colors of #2F380C
Black with #2F380C
Text Example
Text Example
White with #2F380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F380C; }
p { color: rgb(47,56,12); }
H1.HeaderClassName
{
color: #2F380C;
}
.AnyTagClassName
{
color: #2F380C;
}
</style>
background-color css
<style>
a { background-color: #2F380C; }
a { background-color: rgb(47,56,12); }
div.DivClassName
{
background-color: #2F380C;
}
.BgClassName
{
background-color: #2F380C;
}
</style>
border-color css
<style>
span { border-color: #2F380C; }
span { border-color: rgb(47,56,12); }
td.TdClassName
{
border-color: #2F380C;
}
.TagClassName
{
border-color: #2F380C;
}
</style>