Shades of Kaitoke Green #25492F
Tints of Kaitoke Green #25492F
RGB
CMYK
RGB Variations
Color information
#25492F (or 0x25492F) is known color: Kaitoke Green. HEX triplet: 25, 49 and 2F. RGB value is (37,73,47). Sum of RGB (Red+Green+Blue) = 37+73+47=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #25492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25492F is #DAB6D0. Grayscale: #3B3B3B. Windows color (decimal): -14333649 or 3098917. OLE color: 3098917.
HSL color Cylindrical-coordinate representation of color #25492F: hue angle of 136.67º 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 #25492F is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 73 | 47 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.71 |
| HSL | 136.67º | 0.33% | 0.22% | - |
| HSV(B) | 136.67º | 0.49% | 0.29% | - |
| XYZ | 3.66 | 5.36 | 3.53 | - |
| YUV | 59.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 47 | 0.49 | 0 | 0.36 | 0.71 | 136.67 | 0.33 | 0.22 |
| Hex | 25 | 49 | 2F | 31 | 0 | 24 | 47 | 89 | 21 | 16 |
| Octal | 45 | 111 | 57 | 61 | 0 | 44 | 107 | 211 | 41 | 26 |
| Binary | 100101 | 1001001 | 101111 | 110001 | 0 | 100100 | 1000111 | 10001001 | 100001 | 10110 |
Color Harmonies of #25492F
Complementary color
Monochromatic Colors of #25492F
Black with #25492F
Text Example
Text Example
White with #25492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25492F; }
p { color: rgb(37,73,47); }
H1.HeaderClassName
{
color: #25492F;
}
.AnyTagClassName
{
color: #25492F;
}
</style>
background-color css
<style>
a { background-color: #25492F; }
a { background-color: rgb(37,73,47); }
div.DivClassName
{
background-color: #25492F;
}
.BgClassName
{
background-color: #25492F;
}
</style>
border-color css
<style>
span { border-color: #25492F; }
span { border-color: rgb(37,73,47); }
td.TdClassName
{
border-color: #25492F;
}
.TagClassName
{
border-color: #25492F;
}
</style>