Shades of Turtle Green #273800
Tints of Turtle Green #273800
RGB
CMYK
RGB Variations
Color information
#273800 (or 0x273800) is known color: Turtle Green. HEX triplet: 27, 38 and 00. RGB value is (39,56,0). Sum of RGB (Red+Green+Blue) = 39+56+0=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #273800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273800 is #D8C7FF. Grayscale: #2C2C2C. Windows color (decimal): -14206976 or 14375. OLE color: 14375.
HSL color Cylindrical-coordinate representation of color #273800: hue angle of 78.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #273800 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 56 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.78 |
| HSL | 78.21º | 1% | 0.11% | - |
| HSV(B) | 78.21º | 1% | 0.22% | - |
| XYZ | 2.25 | 3.26 | 0.51 | - |
| YUV | 44.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 0 | 0.30 | 0 | 1 | 0.78 | 78.21 | 1 | 0.11 |
| Hex | 27 | 38 | 0 | 1E | 0 | 64 | 4E | 4E | 64 | B |
| Octal | 47 | 70 | 0 | 36 | 0 | 144 | 116 | 116 | 144 | 13 |
| Binary | 100111 | 111000 | 0 | 11110 | 0 | 1100100 | 1001110 | 1001110 | 1100100 | 1011 |
Color Harmonies of #273800
Complementary color
Monochromatic Colors of #273800
Black with #273800
Text Example
Text Example
White with #273800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273800; }
p { color: rgb(39,56,0); }
H1.HeaderClassName
{
color: #273800;
}
.AnyTagClassName
{
color: #273800;
}
</style>
background-color css
<style>
a { background-color: #273800; }
a { background-color: rgb(39,56,0); }
div.DivClassName
{
background-color: #273800;
}
.BgClassName
{
background-color: #273800;
}
</style>
border-color css
<style>
span { border-color: #273800; }
span { border-color: rgb(39,56,0); }
td.TdClassName
{
border-color: #273800;
}
.TagClassName
{
border-color: #273800;
}
</style>