Shades of Turtle Green #273402
Tints of Turtle Green #273402
RGB
CMYK
RGB Variations
Color information
#273402 (or 0x273402) is known color: Turtle Green. HEX triplet: 27, 34 and 02. RGB value is (39,52,2). Sum of RGB (Red+Green+Blue) = 39+52+2=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #273402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273402 is #D8CBFD. Grayscale: #2A2A2A. Windows color (decimal): -14207998 or 144423. OLE color: 144423.
HSL color Cylindrical-coordinate representation of color #273402: hue angle of 75.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #273402 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 52 | 2 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.80 |
| HSL | 75.6º | 0.93% | 0.11% | - |
| HSV(B) | 75.6º | 0.96% | 0.2% | - |
| XYZ | 2.08 | 2.89 | 0.51 | - |
| YUV | 42.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 2 | 0.25 | 0 | 0.96 | 0.80 | 75.6 | 0.93 | 0.11 |
| Hex | 27 | 34 | 2 | 19 | 0 | 60 | 50 | 4C | 5D | B |
| Octal | 47 | 64 | 2 | 31 | 0 | 140 | 120 | 114 | 135 | 13 |
| Binary | 100111 | 110100 | 10 | 11001 | 0 | 1100000 | 1010000 | 1001100 | 1011101 | 1011 |
Color Harmonies of #273402
Complementary color
Monochromatic Colors of #273402
Black with #273402
Text Example
Text Example
White with #273402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273402; }
p { color: rgb(39,52,2); }
H1.HeaderClassName
{
color: #273402;
}
.AnyTagClassName
{
color: #273402;
}
</style>
background-color css
<style>
a { background-color: #273402; }
a { background-color: rgb(39,52,2); }
div.DivClassName
{
background-color: #273402;
}
.BgClassName
{
background-color: #273402;
}
</style>
border-color css
<style>
span { border-color: #273402; }
span { border-color: rgb(39,52,2); }
td.TdClassName
{
border-color: #273402;
}
.TagClassName
{
border-color: #273402;
}
</style>