Shades of Kaitoke Green #274D37
Tints of Kaitoke Green #274D37
RGB
CMYK
RGB Variations
Color information
#274D37 (or 0x274D37) is known color: Kaitoke Green. HEX triplet: 27, 4D and 37. RGB value is (39,77,55). Sum of RGB (Red+Green+Blue) = 39+77+55=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #274D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D37 is #D8B2C8. Grayscale: #3F3F3F. Windows color (decimal): -14201545 or 3624231. OLE color: 3624231.
HSL color Cylindrical-coordinate representation of color #274D37: hue angle of 145.26º degrees, saturation: 0.33, 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 #274D37 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 77 | 55 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.70 |
| HSL | 145.26º | 0.33% | 0.23% | - |
| HSV(B) | 145.26º | 0.49% | 0.3% | - |
| XYZ | 4.18 | 6.01 | 4.56 | - |
| YUV | 63.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 55 | 0.49 | 0 | 0.29 | 0.70 | 145.26 | 0.33 | 0.23 |
| Hex | 27 | 4D | 37 | 31 | 0 | 1D | 46 | 91 | 21 | 17 |
| Octal | 47 | 115 | 67 | 61 | 0 | 35 | 106 | 221 | 41 | 27 |
| Binary | 100111 | 1001101 | 110111 | 110001 | 0 | 11101 | 1000110 | 10010001 | 100001 | 10111 |
Color Harmonies of #274D37
Complementary color
Monochromatic Colors of #274D37
Black with #274D37
Text Example
Text Example
White with #274D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D37; }
p { color: rgb(39,77,55); }
H1.HeaderClassName
{
color: #274D37;
}
.AnyTagClassName
{
color: #274D37;
}
</style>
background-color css
<style>
a { background-color: #274D37; }
a { background-color: rgb(39,77,55); }
div.DivClassName
{
background-color: #274D37;
}
.BgClassName
{
background-color: #274D37;
}
</style>
border-color css
<style>
span { border-color: #274D37; }
span { border-color: rgb(39,77,55); }
td.TdClassName
{
border-color: #274D37;
}
.TagClassName
{
border-color: #274D37;
}
</style>