Shades of Kaitoke Green #254930
Tints of Kaitoke Green #254930
RGB
CMYK
RGB Variations
Color information
#254930 (or 0x254930) is known color: Kaitoke Green. HEX triplet: 25, 49 and 30. RGB value is (37,73,48). Sum of RGB (Red+Green+Blue) = 37+73+48=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #254930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254930 is #DAB6CF. Grayscale: #3B3B3B. Windows color (decimal): -14333648 or 3164453. OLE color: 3164453.
HSL color Cylindrical-coordinate representation of color #254930: hue angle of 138.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254930 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 73 | 48 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.71 |
| HSL | 138.33º | 0.33% | 0.22% | - |
| HSV(B) | 138.33º | 0.49% | 0.29% | - |
| XYZ | 3.68 | 5.37 | 3.64 | - |
| YUV | 59.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 48 | 0.49 | 0 | 0.34 | 0.71 | 138.33 | 0.33 | 0.22 |
| Hex | 25 | 49 | 30 | 31 | 0 | 22 | 47 | 8A | 21 | 16 |
| Octal | 45 | 111 | 60 | 61 | 0 | 42 | 107 | 212 | 41 | 26 |
| Binary | 100101 | 1001001 | 110000 | 110001 | 0 | 100010 | 1000111 | 10001010 | 100001 | 10110 |
Color Harmonies of #254930
Complementary color
Monochromatic Colors of #254930
Black with #254930
Text Example
Text Example
White with #254930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254930; }
p { color: rgb(37,73,48); }
H1.HeaderClassName
{
color: #254930;
}
.AnyTagClassName
{
color: #254930;
}
</style>
background-color css
<style>
a { background-color: #254930; }
a { background-color: rgb(37,73,48); }
div.DivClassName
{
background-color: #254930;
}
.BgClassName
{
background-color: #254930;
}
</style>
border-color css
<style>
span { border-color: #254930; }
span { border-color: rgb(37,73,48); }
td.TdClassName
{
border-color: #254930;
}
.TagClassName
{
border-color: #254930;
}
</style>