Shades of Turtle Green #274C03
Tints of Turtle Green #274C03
RGB
CMYK
RGB Variations
Color information
#274C03 (or 0x274C03) is known color: Turtle Green. HEX triplet: 27, 4C and 03. RGB value is (39,76,3). Sum of RGB (Red+Green+Blue) = 39+76+3=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 76 (30.08% from 255 or 64.41% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 76 - color contains mainly: green. Hex color #274C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C03 is #D8B3FC. Grayscale: #383838. Windows color (decimal): -14201853 or 216103. OLE color: 216103.
HSL color Cylindrical-coordinate representation of color #274C03: hue angle of 90.41º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #274C03 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 76 | 3 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.70 |
| HSL | 90.41º | 0.92% | 0.15% | - |
| HSV(B) | 90.41º | 0.96% | 0.3% | - |
| XYZ | 3.44 | 5.61 | 0.99 | - |
| YUV | 56.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 3 | 0.49 | 0 | 0.96 | 0.70 | 90.41 | 0.92 | 0.15 |
| Hex | 27 | 4C | 3 | 31 | 0 | 60 | 46 | 5A | 5C | F |
| Octal | 47 | 114 | 3 | 61 | 0 | 140 | 106 | 132 | 134 | 17 |
| Binary | 100111 | 1001100 | 11 | 110001 | 0 | 1100000 | 1000110 | 1011010 | 1011100 | 1111 |
Color Harmonies of #274C03
Complementary color
Monochromatic Colors of #274C03
Black with #274C03
Text Example
Text Example
White with #274C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C03; }
p { color: rgb(39,76,3); }
H1.HeaderClassName
{
color: #274C03;
}
.AnyTagClassName
{
color: #274C03;
}
</style>
background-color css
<style>
a { background-color: #274C03; }
a { background-color: rgb(39,76,3); }
div.DivClassName
{
background-color: #274C03;
}
.BgClassName
{
background-color: #274C03;
}
</style>
border-color css
<style>
span { border-color: #274C03; }
span { border-color: rgb(39,76,3); }
td.TdClassName
{
border-color: #274C03;
}
.TagClassName
{
border-color: #274C03;
}
</style>