Shades of Kaitoke Green #254F30
Tints of Kaitoke Green #254F30
RGB
CMYK
RGB Variations
Color information
#254F30 (or 0x254F30) is known color: Kaitoke Green. HEX triplet: 25, 4F and 30. RGB value is (37,79,48). Sum of RGB (Red+Green+Blue) = 37+79+48=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #254F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F30 is #DAB0CF. Grayscale: #3E3E3E. Windows color (decimal): -14332112 or 3165989. OLE color: 3165989.
HSL color Cylindrical-coordinate representation of color #254F30: hue angle of 135.71º 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 #254F30 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 79 | 48 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.69 |
| HSL | 135.71º | 0.36% | 0.23% | - |
| HSV(B) | 135.71º | 0.53% | 0.31% | - |
| XYZ | 4.09 | 6.2 | 3.78 | - |
| YUV | 62.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 48 | 0.53 | 0 | 0.39 | 0.69 | 135.71 | 0.36 | 0.23 |
| Hex | 25 | 4F | 30 | 35 | 0 | 27 | 45 | 88 | 24 | 17 |
| Octal | 45 | 117 | 60 | 65 | 0 | 47 | 105 | 210 | 44 | 27 |
| Binary | 100101 | 1001111 | 110000 | 110101 | 0 | 100111 | 1000101 | 10001000 | 100100 | 10111 |
Color Harmonies of #254F30
Complementary color
Monochromatic Colors of #254F30
Black with #254F30
Text Example
Text Example
White with #254F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F30; }
p { color: rgb(37,79,48); }
H1.HeaderClassName
{
color: #254F30;
}
.AnyTagClassName
{
color: #254F30;
}
</style>
background-color css
<style>
a { background-color: #254F30; }
a { background-color: rgb(37,79,48); }
div.DivClassName
{
background-color: #254F30;
}
.BgClassName
{
background-color: #254F30;
}
</style>
border-color css
<style>
span { border-color: #254F30; }
span { border-color: rgb(37,79,48); }
td.TdClassName
{
border-color: #254F30;
}
.TagClassName
{
border-color: #254F30;
}
</style>