Shades of Turtle Green #274C05
Tints of Turtle Green #274C05
RGB
CMYK
RGB Variations
Color information
#274C05 (or 0x274C05) is known color: Turtle Green. HEX triplet: 27, 4C and 05. RGB value is (39,76,5). Sum of RGB (Red+Green+Blue) = 39+76+5=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #274C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C05 is #D8B3FA. Grayscale: #393939. Windows color (decimal): -14201851 or 347175. OLE color: 347175.
HSL color Cylindrical-coordinate representation of color #274C05: hue angle of 91.27º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #274C05 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 76 | 5 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.70 |
| HSL | 91.27º | 0.88% | 0.16% | - |
| HSV(B) | 91.27º | 0.93% | 0.3% | - |
| XYZ | 3.45 | 5.61 | 1.04 | - |
| YUV | 56.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 5 | 0.49 | 0 | 0.93 | 0.70 | 91.27 | 0.88 | 0.16 |
| Hex | 27 | 4C | 5 | 31 | 0 | 5D | 46 | 5B | 58 | 10 |
| Octal | 47 | 114 | 5 | 61 | 0 | 135 | 106 | 133 | 130 | 20 |
| Binary | 100111 | 1001100 | 101 | 110001 | 0 | 1011101 | 1000110 | 1011011 | 1011000 | 10000 |
Color Harmonies of #274C05
Complementary color
Monochromatic Colors of #274C05
Black with #274C05
Text Example
Text Example
White with #274C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C05; }
p { color: rgb(39,76,5); }
H1.HeaderClassName
{
color: #274C05;
}
.AnyTagClassName
{
color: #274C05;
}
</style>
background-color css
<style>
a { background-color: #274C05; }
a { background-color: rgb(39,76,5); }
div.DivClassName
{
background-color: #274C05;
}
.BgClassName
{
background-color: #274C05;
}
</style>
border-color css
<style>
span { border-color: #274C05; }
span { border-color: rgb(39,76,5); }
td.TdClassName
{
border-color: #274C05;
}
.TagClassName
{
border-color: #274C05;
}
</style>