Shades of Turtle Green #274C01
Tints of Turtle Green #274C01
RGB
CMYK
RGB Variations
Color information
#274C01 (or 0x274C01) is known color: Turtle Green. HEX triplet: 27, 4C and 01. RGB value is (39,76,1). Sum of RGB (Red+Green+Blue) = 39+76+1=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 76 (30.08% from 255 or 65.52% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 76 - color contains mainly: green. Hex color #274C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C01 is #D8B3FE. Grayscale: #383838. Windows color (decimal): -14201855 or 85031. OLE color: 85031.
HSL color Cylindrical-coordinate representation of color #274C01: hue angle of 89.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #274C01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 76 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.70 |
| HSL | 89.6º | 0.97% | 0.15% | - |
| HSV(B) | 89.6º | 0.99% | 0.3% | - |
| XYZ | 3.43 | 5.6 | 0.93 | - |
| YUV | 56.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 1 | 0.49 | 0 | 0.99 | 0.70 | 89.6 | 0.97 | 0.15 |
| Hex | 27 | 4C | 1 | 31 | 0 | 63 | 46 | 5A | 61 | F |
| Octal | 47 | 114 | 1 | 61 | 0 | 143 | 106 | 132 | 141 | 17 |
| Binary | 100111 | 1001100 | 1 | 110001 | 0 | 1100011 | 1000110 | 1011010 | 1100001 | 1111 |
Color Harmonies of #274C01
Complementary color
Monochromatic Colors of #274C01
Black with #274C01
Text Example
Text Example
White with #274C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C01; }
p { color: rgb(39,76,1); }
H1.HeaderClassName
{
color: #274C01;
}
.AnyTagClassName
{
color: #274C01;
}
</style>
background-color css
<style>
a { background-color: #274C01; }
a { background-color: rgb(39,76,1); }
div.DivClassName
{
background-color: #274C01;
}
.BgClassName
{
background-color: #274C01;
}
</style>
border-color css
<style>
span { border-color: #274C01; }
span { border-color: rgb(39,76,1); }
td.TdClassName
{
border-color: #274C01;
}
.TagClassName
{
border-color: #274C01;
}
</style>