Shades of Kaitoke Green #25542F
Tints of Kaitoke Green #25542F
RGB
CMYK
RGB Variations
Color information
#25542F (or 0x25542F) is known color: Kaitoke Green. HEX triplet: 25, 54 and 2F. RGB value is (37,84,47). Sum of RGB (Red+Green+Blue) = 37+84+47=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #25542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25542F is #DAABD0. Grayscale: #414141. Windows color (decimal): -14330833 or 3101733. OLE color: 3101733.
HSL color Cylindrical-coordinate representation of color #25542F: hue angle of 132.77º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #25542F is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 84 | 47 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.67 |
| HSL | 132.77º | 0.39% | 0.24% | - |
| HSV(B) | 132.77º | 0.56% | 0.33% | - |
| XYZ | 4.45 | 6.94 | 3.79 | - |
| YUV | 65.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 47 | 0.56 | 0 | 0.44 | 0.67 | 132.77 | 0.39 | 0.24 |
| Hex | 25 | 54 | 2F | 38 | 0 | 2C | 43 | 85 | 27 | 18 |
| Octal | 45 | 124 | 57 | 70 | 0 | 54 | 103 | 205 | 47 | 30 |
| Binary | 100101 | 1010100 | 101111 | 111000 | 0 | 101100 | 1000011 | 10000101 | 100111 | 11000 |
Color Harmonies of #25542F
Complementary color
Monochromatic Colors of #25542F
Black with #25542F
Text Example
Text Example
White with #25542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25542F; }
p { color: rgb(37,84,47); }
H1.HeaderClassName
{
color: #25542F;
}
.AnyTagClassName
{
color: #25542F;
}
</style>
background-color css
<style>
a { background-color: #25542F; }
a { background-color: rgb(37,84,47); }
div.DivClassName
{
background-color: #25542F;
}
.BgClassName
{
background-color: #25542F;
}
</style>
border-color css
<style>
span { border-color: #25542F; }
span { border-color: rgb(37,84,47); }
td.TdClassName
{
border-color: #25542F;
}
.TagClassName
{
border-color: #25542F;
}
</style>