Shades of Turtle Green #273502
Tints of Turtle Green #273502
RGB
CMYK
RGB Variations
Color information
#273502 (or 0x273502) is known color: Turtle Green. HEX triplet: 27, 35 and 02. RGB value is (39,53,2). Sum of RGB (Red+Green+Blue) = 39+53+2=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #273502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273502 is #D8CAFD. Grayscale: #2B2B2B. Windows color (decimal): -14207742 or 144679. OLE color: 144679.
HSL color Cylindrical-coordinate representation of color #273502: hue angle of 76.47º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #273502 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 53 | 2 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.79 |
| HSL | 76.47º | 0.93% | 0.11% | - |
| HSV(B) | 76.47º | 0.96% | 0.21% | - |
| XYZ | 2.12 | 2.98 | 0.52 | - |
| YUV | 43 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 2 | 0.26 | 0 | 0.96 | 0.79 | 76.47 | 0.93 | 0.11 |
| Hex | 27 | 35 | 2 | 1A | 0 | 60 | 4F | 4C | 5D | B |
| Octal | 47 | 65 | 2 | 32 | 0 | 140 | 117 | 114 | 135 | 13 |
| Binary | 100111 | 110101 | 10 | 11010 | 0 | 1100000 | 1001111 | 1001100 | 1011101 | 1011 |
Color Harmonies of #273502
Complementary color
Monochromatic Colors of #273502
Black with #273502
Text Example
Text Example
White with #273502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273502; }
p { color: rgb(39,53,2); }
H1.HeaderClassName
{
color: #273502;
}
.AnyTagClassName
{
color: #273502;
}
</style>
background-color css
<style>
a { background-color: #273502; }
a { background-color: rgb(39,53,2); }
div.DivClassName
{
background-color: #273502;
}
.BgClassName
{
background-color: #273502;
}
</style>
border-color css
<style>
span { border-color: #273502; }
span { border-color: rgb(39,53,2); }
td.TdClassName
{
border-color: #273502;
}
.TagClassName
{
border-color: #273502;
}
</style>