Shades of Kaitoke Green #274C34
Tints of Kaitoke Green #274C34
RGB
CMYK
RGB Variations
Color information
#274C34 (or 0x274C34) is known color: Kaitoke Green. HEX triplet: 27, 4C and 34. RGB value is (39,76,52). Sum of RGB (Red+Green+Blue) = 39+76+52=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #274C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C34 is #D8B3CB. Grayscale: #3E3E3E. Windows color (decimal): -14201804 or 3427367. OLE color: 3427367.
HSL color Cylindrical-coordinate representation of color #274C34: hue angle of 141.08º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274C34 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 76 | 52 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.70 |
| HSL | 141.08º | 0.32% | 0.23% | - |
| HSV(B) | 141.08º | 0.49% | 0.3% | - |
| XYZ | 4.04 | 5.85 | 4.16 | - |
| YUV | 62.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 52 | 0.49 | 0 | 0.32 | 0.70 | 141.08 | 0.32 | 0.23 |
| Hex | 27 | 4C | 34 | 31 | 0 | 20 | 46 | 8D | 20 | 17 |
| Octal | 47 | 114 | 64 | 61 | 0 | 40 | 106 | 215 | 40 | 27 |
| Binary | 100111 | 1001100 | 110100 | 110001 | 0 | 100000 | 1000110 | 10001101 | 100000 | 10111 |
Color Harmonies of #274C34
Complementary color
Monochromatic Colors of #274C34
Black with #274C34
Text Example
Text Example
White with #274C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C34; }
p { color: rgb(39,76,52); }
H1.HeaderClassName
{
color: #274C34;
}
.AnyTagClassName
{
color: #274C34;
}
</style>
background-color css
<style>
a { background-color: #274C34; }
a { background-color: rgb(39,76,52); }
div.DivClassName
{
background-color: #274C34;
}
.BgClassName
{
background-color: #274C34;
}
</style>
border-color css
<style>
span { border-color: #274C34; }
span { border-color: rgb(39,76,52); }
td.TdClassName
{
border-color: #274C34;
}
.TagClassName
{
border-color: #274C34;
}
</style>