Shades of Turtle Green #27320B
Tints of Turtle Green #27320B
RGB
CMYK
RGB Variations
Color information
#27320B (or 0x27320B) is known color: Turtle Green. HEX triplet: 27, 32 and 0B. RGB value is (39,50,11). Sum of RGB (Red+Green+Blue) = 39+50+11=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #27320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27320B is #D8CDF4. Grayscale: #2A2A2A. Windows color (decimal): -14208501 or 733735. OLE color: 733735.
HSL color Cylindrical-coordinate representation of color #27320B: hue angle of 76.92º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27320B is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 11 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.80 |
| HSL | 76.92º | 0.64% | 0.12% | - |
| HSV(B) | 76.92º | 0.78% | 0.2% | - |
| XYZ | 2.04 | 2.74 | 0.74 | - |
| YUV | 42.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 11 | 0.22 | 0 | 0.78 | 0.80 | 76.92 | 0.64 | 0.12 |
| Hex | 27 | 32 | B | 16 | 0 | 4E | 50 | 4D | 40 | C |
| Octal | 47 | 62 | 13 | 26 | 0 | 116 | 120 | 115 | 100 | 14 |
| Binary | 100111 | 110010 | 1011 | 10110 | 0 | 1001110 | 1010000 | 1001101 | 1000000 | 1100 |
Color Harmonies of #27320B
Complementary color
Monochromatic Colors of #27320B
Black with #27320B
Text Example
Text Example
White with #27320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27320B; }
p { color: rgb(39,50,11); }
H1.HeaderClassName
{
color: #27320B;
}
.AnyTagClassName
{
color: #27320B;
}
</style>
background-color css
<style>
a { background-color: #27320B; }
a { background-color: rgb(39,50,11); }
div.DivClassName
{
background-color: #27320B;
}
.BgClassName
{
background-color: #27320B;
}
</style>
border-color css
<style>
span { border-color: #27320B; }
span { border-color: rgb(39,50,11); }
td.TdClassName
{
border-color: #27320B;
}
.TagClassName
{
border-color: #27320B;
}
</style>