Shades of Kaitoke Green #25532F
Tints of Kaitoke Green #25532F
RGB
CMYK
RGB Variations
Color information
#25532F (or 0x25532F) is known color: Kaitoke Green. HEX triplet: 25, 53 and 2F. RGB value is (37,83,47). Sum of RGB (Red+Green+Blue) = 37+83+47=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #25532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25532F is #DAACD0. Grayscale: #414141. Windows color (decimal): -14331089 or 3101477. OLE color: 3101477.
HSL color Cylindrical-coordinate representation of color #25532F: hue angle of 133.04º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25532F is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 47 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.67 |
| HSL | 133.04º | 0.38% | 0.24% | - |
| HSV(B) | 133.04º | 0.55% | 0.33% | - |
| XYZ | 4.37 | 6.79 | 3.77 | - |
| YUV | 65.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 47 | 0.55 | 0 | 0.43 | 0.67 | 133.04 | 0.38 | 0.24 |
| Hex | 25 | 53 | 2F | 37 | 0 | 2B | 43 | 85 | 26 | 18 |
| Octal | 45 | 123 | 57 | 67 | 0 | 53 | 103 | 205 | 46 | 30 |
| Binary | 100101 | 1010011 | 101111 | 110111 | 0 | 101011 | 1000011 | 10000101 | 100110 | 11000 |
Color Harmonies of #25532F
Complementary color
Monochromatic Colors of #25532F
Black with #25532F
Text Example
Text Example
White with #25532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25532F; }
p { color: rgb(37,83,47); }
H1.HeaderClassName
{
color: #25532F;
}
.AnyTagClassName
{
color: #25532F;
}
</style>
background-color css
<style>
a { background-color: #25532F; }
a { background-color: rgb(37,83,47); }
div.DivClassName
{
background-color: #25532F;
}
.BgClassName
{
background-color: #25532F;
}
</style>
border-color css
<style>
span { border-color: #25532F; }
span { border-color: rgb(37,83,47); }
td.TdClassName
{
border-color: #25532F;
}
.TagClassName
{
border-color: #25532F;
}
</style>