Shades of Kaitoke Green #275C37
Tints of Kaitoke Green #275C37
RGB
CMYK
RGB Variations
Color information
#275C37 (or 0x275C37) is known color: Kaitoke Green. HEX triplet: 27, 5C and 37. RGB value is (39,92,55). Sum of RGB (Red+Green+Blue) = 39+92+55=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #275C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C37 is #D8A3C8. Grayscale: #484848. Windows color (decimal): -14197705 or 3628071. OLE color: 3628071.
HSL color Cylindrical-coordinate representation of color #275C37: hue angle of 138.11º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275C37 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 92 | 55 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.64 |
| HSL | 138.11º | 0.4% | 0.26% | - |
| HSV(B) | 138.11º | 0.58% | 0.36% | - |
| XYZ | 5.35 | 8.36 | 4.95 | - |
| YUV | 71.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 55 | 0.58 | 0 | 0.40 | 0.64 | 138.11 | 0.4 | 0.26 |
| Hex | 27 | 5C | 37 | 3A | 0 | 28 | 40 | 8A | 28 | 1A |
| Octal | 47 | 134 | 67 | 72 | 0 | 50 | 100 | 212 | 50 | 32 |
| Binary | 100111 | 1011100 | 110111 | 111010 | 0 | 101000 | 1000000 | 10001010 | 101000 | 11010 |
Color Harmonies of #275C37
Complementary color
Monochromatic Colors of #275C37
Black with #275C37
Text Example
Text Example
White with #275C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C37; }
p { color: rgb(39,92,55); }
H1.HeaderClassName
{
color: #275C37;
}
.AnyTagClassName
{
color: #275C37;
}
</style>
background-color css
<style>
a { background-color: #275C37; }
a { background-color: rgb(39,92,55); }
div.DivClassName
{
background-color: #275C37;
}
.BgClassName
{
background-color: #275C37;
}
</style>
border-color css
<style>
span { border-color: #275C37; }
span { border-color: rgb(39,92,55); }
td.TdClassName
{
border-color: #275C37;
}
.TagClassName
{
border-color: #275C37;
}
</style>