Shades of Kaitoke Green #245C3A
Tints of Kaitoke Green #245C3A
RGB
CMYK
RGB Variations
Color information
#245C3A (or 0x245C3A) is known color: Kaitoke Green. HEX triplet: 24, 5C and 3A. RGB value is (36,92,58). Sum of RGB (Red+Green+Blue) = 36+92+58=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #245C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C3A is #DBA3C5. Grayscale: #474747. Windows color (decimal): -14394310 or 3824676. OLE color: 3824676.
HSL color Cylindrical-coordinate representation of color #245C3A: hue angle of 143.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245C3A is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 58 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.64 |
| HSL | 143.57º | 0.44% | 0.25% | - |
| HSV(B) | 143.57º | 0.61% | 0.36% | - |
| XYZ | 5.32 | 8.33 | 5.33 | - |
| YUV | 71.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 58 | 0.61 | 0 | 0.37 | 0.64 | 143.57 | 0.44 | 0.25 |
| Hex | 24 | 5C | 3A | 3D | 0 | 25 | 40 | 90 | 2C | 19 |
| Octal | 44 | 134 | 72 | 75 | 0 | 45 | 100 | 220 | 54 | 31 |
| Binary | 100100 | 1011100 | 111010 | 111101 | 0 | 100101 | 1000000 | 10010000 | 101100 | 11001 |
Color Harmonies of #245C3A
Complementary color
Monochromatic Colors of #245C3A
Black with #245C3A
Text Example
Text Example
White with #245C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C3A; }
p { color: rgb(36,92,58); }
H1.HeaderClassName
{
color: #245C3A;
}
.AnyTagClassName
{
color: #245C3A;
}
</style>
background-color css
<style>
a { background-color: #245C3A; }
a { background-color: rgb(36,92,58); }
div.DivClassName
{
background-color: #245C3A;
}
.BgClassName
{
background-color: #245C3A;
}
</style>
border-color css
<style>
span { border-color: #245C3A; }
span { border-color: rgb(36,92,58); }
td.TdClassName
{
border-color: #245C3A;
}
.TagClassName
{
border-color: #245C3A;
}
</style>