Shades of Kaitoke Green #245338
Tints of Kaitoke Green #245338
RGB
CMYK
RGB Variations
Color information
#245338 (or 0x245338) is known color: Kaitoke Green. HEX triplet: 24, 53 and 38. RGB value is (36,83,56). Sum of RGB (Red+Green+Blue) = 36+83+56=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #245338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245338 is #DBACC7. Grayscale: #414141. Windows color (decimal): -14396616 or 3691300. OLE color: 3691300.
HSL color Cylindrical-coordinate representation of color #245338: hue angle of 145.53º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245338 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 83 | 56 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.67 |
| HSL | 145.53º | 0.39% | 0.23% | - |
| HSV(B) | 145.53º | 0.57% | 0.33% | - |
| XYZ | 4.53 | 6.85 | 4.82 | - |
| YUV | 65.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 56 | 0.57 | 0 | 0.33 | 0.67 | 145.53 | 0.39 | 0.23 |
| Hex | 24 | 53 | 38 | 39 | 0 | 21 | 43 | 92 | 27 | 17 |
| Octal | 44 | 123 | 70 | 71 | 0 | 41 | 103 | 222 | 47 | 27 |
| Binary | 100100 | 1010011 | 111000 | 111001 | 0 | 100001 | 1000011 | 10010010 | 100111 | 10111 |
Color Harmonies of #245338
Complementary color
Monochromatic Colors of #245338
Black with #245338
Text Example
Text Example
White with #245338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245338; }
p { color: rgb(36,83,56); }
H1.HeaderClassName
{
color: #245338;
}
.AnyTagClassName
{
color: #245338;
}
</style>
background-color css
<style>
a { background-color: #245338; }
a { background-color: rgb(36,83,56); }
div.DivClassName
{
background-color: #245338;
}
.BgClassName
{
background-color: #245338;
}
</style>
border-color css
<style>
span { border-color: #245338; }
span { border-color: rgb(36,83,56); }
td.TdClassName
{
border-color: #245338;
}
.TagClassName
{
border-color: #245338;
}
</style>