Shades of Turtle Green #273C02
Tints of Turtle Green #273C02
RGB
CMYK
RGB Variations
Color information
#273C02 (or 0x273C02) is known color: Turtle Green. HEX triplet: 27, 3C and 02. RGB value is (39,60,2). Sum of RGB (Red+Green+Blue) = 39+60+2=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 60 (23.83% from 255 or 59.41% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 60 - color contains mainly: green. Hex color #273C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273C02 is #D8C3FD. Grayscale: #2F2F2F. Windows color (decimal): -14205950 or 146471. OLE color: 146471.
HSL color Cylindrical-coordinate representation of color #273C02: hue angle of 81.72º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #273C02 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 2 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.76 |
| HSL | 81.72º | 0.94% | 0.12% | - |
| HSV(B) | 81.72º | 0.97% | 0.24% | - |
| XYZ | 2.46 | 3.67 | 0.64 | - |
| YUV | 47.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 2 | 0.35 | 0 | 0.97 | 0.76 | 81.72 | 0.94 | 0.12 |
| Hex | 27 | 3C | 2 | 23 | 0 | 61 | 4C | 52 | 5E | C |
| Octal | 47 | 74 | 2 | 43 | 0 | 141 | 114 | 122 | 136 | 14 |
| Binary | 100111 | 111100 | 10 | 100011 | 0 | 1100001 | 1001100 | 1010010 | 1011110 | 1100 |
Color Harmonies of #273C02
Complementary color
Monochromatic Colors of #273C02
Black with #273C02
Text Example
Text Example
White with #273C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C02; }
p { color: rgb(39,60,2); }
H1.HeaderClassName
{
color: #273C02;
}
.AnyTagClassName
{
color: #273C02;
}
</style>
background-color css
<style>
a { background-color: #273C02; }
a { background-color: rgb(39,60,2); }
div.DivClassName
{
background-color: #273C02;
}
.BgClassName
{
background-color: #273C02;
}
</style>
border-color css
<style>
span { border-color: #273C02; }
span { border-color: rgb(39,60,2); }
td.TdClassName
{
border-color: #273C02;
}
.TagClassName
{
border-color: #273C02;
}
</style>