Shades of Kaitoke Green #254F32
Tints of Kaitoke Green #254F32
RGB
CMYK
RGB Variations
Color information
#254F32 (or 0x254F32) is known color: Kaitoke Green. HEX triplet: 25, 4F and 32. RGB value is (37,79,50). Sum of RGB (Red+Green+Blue) = 37+79+50=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #254F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F32 is #DAB0CD. Grayscale: #3F3F3F. Windows color (decimal): -14332110 or 3297061. OLE color: 3297061.
HSL color Cylindrical-coordinate representation of color #254F32: hue angle of 138.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F32 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 79 | 50 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.69 |
| HSL | 138.57º | 0.36% | 0.23% | - |
| HSV(B) | 138.57º | 0.53% | 0.31% | - |
| XYZ | 4.13 | 6.22 | 4 | - |
| YUV | 63.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 50 | 0.53 | 0 | 0.37 | 0.69 | 138.57 | 0.36 | 0.23 |
| Hex | 25 | 4F | 32 | 35 | 0 | 25 | 45 | 8B | 24 | 17 |
| Octal | 45 | 117 | 62 | 65 | 0 | 45 | 105 | 213 | 44 | 27 |
| Binary | 100101 | 1001111 | 110010 | 110101 | 0 | 100101 | 1000101 | 10001011 | 100100 | 10111 |
Color Harmonies of #254F32
Complementary color
Monochromatic Colors of #254F32
Black with #254F32
Text Example
Text Example
White with #254F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F32; }
p { color: rgb(37,79,50); }
H1.HeaderClassName
{
color: #254F32;
}
.AnyTagClassName
{
color: #254F32;
}
</style>
background-color css
<style>
a { background-color: #254F32; }
a { background-color: rgb(37,79,50); }
div.DivClassName
{
background-color: #254F32;
}
.BgClassName
{
background-color: #254F32;
}
</style>
border-color css
<style>
span { border-color: #254F32; }
span { border-color: rgb(37,79,50); }
td.TdClassName
{
border-color: #254F32;
}
.TagClassName
{
border-color: #254F32;
}
</style>