Shades of Turtle Green #273E00
Tints of Turtle Green #273E00
RGB
CMYK
RGB Variations
Color information
#273E00 (or 0x273E00) is known color: Turtle Green. HEX triplet: 27, 3E and 00. RGB value is (39,62,0). Sum of RGB (Red+Green+Blue) = 39+62+0=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 62 (24.61% from 255 or 61.39% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 62 - color contains mainly: green. Hex color #273E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273E00 is #D8C1FF. Grayscale: #303030. Windows color (decimal): -14205440 or 15911. OLE color: 15911.
HSL color Cylindrical-coordinate representation of color #273E00: hue angle of 82.26º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #273E00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 62 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.76 |
| HSL | 82.26º | 1% | 0.12% | - |
| HSV(B) | 82.26º | 1% | 0.24% | - |
| XYZ | 2.56 | 3.88 | 0.61 | - |
| YUV | 48.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 0 | 0.37 | 0 | 1 | 0.76 | 82.26 | 1 | 0.12 |
| Hex | 27 | 3E | 0 | 25 | 0 | 64 | 4C | 52 | 64 | C |
| Octal | 47 | 76 | 0 | 45 | 0 | 144 | 114 | 122 | 144 | 14 |
| Binary | 100111 | 111110 | 0 | 100101 | 0 | 1100100 | 1001100 | 1010010 | 1100100 | 1100 |
Color Harmonies of #273E00
Complementary color
Monochromatic Colors of #273E00
Black with #273E00
Text Example
Text Example
White with #273E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273E00; }
p { color: rgb(39,62,0); }
H1.HeaderClassName
{
color: #273E00;
}
.AnyTagClassName
{
color: #273E00;
}
</style>
background-color css
<style>
a { background-color: #273E00; }
a { background-color: rgb(39,62,0); }
div.DivClassName
{
background-color: #273E00;
}
.BgClassName
{
background-color: #273E00;
}
</style>
border-color css
<style>
span { border-color: #273E00; }
span { border-color: rgb(39,62,0); }
td.TdClassName
{
border-color: #273E00;
}
.TagClassName
{
border-color: #273E00;
}
</style>