Shades of Kaitoke Green #254B32
Tints of Kaitoke Green #254B32
RGB
CMYK
RGB Variations
Color information
#254B32 (or 0x254B32) is known color: Kaitoke Green. HEX triplet: 25, 4B and 32. RGB value is (37,75,50). Sum of RGB (Red+Green+Blue) = 37+75+50=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #254B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B32 is #DAB4CD. Grayscale: #3C3C3C. Windows color (decimal): -14333134 or 3296037. OLE color: 3296037.
HSL color Cylindrical-coordinate representation of color #254B32: hue angle of 140.53º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B32 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 75 | 50 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.71 |
| HSL | 140.53º | 0.34% | 0.22% | - |
| HSV(B) | 140.53º | 0.51% | 0.29% | - |
| XYZ | 3.85 | 5.66 | 3.91 | - |
| YUV | 60.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 50 | 0.51 | 0 | 0.33 | 0.71 | 140.53 | 0.34 | 0.22 |
| Hex | 25 | 4B | 32 | 33 | 0 | 21 | 47 | 8D | 22 | 16 |
| Octal | 45 | 113 | 62 | 63 | 0 | 41 | 107 | 215 | 42 | 26 |
| Binary | 100101 | 1001011 | 110010 | 110011 | 0 | 100001 | 1000111 | 10001101 | 100010 | 10110 |
Color Harmonies of #254B32
Complementary color
Monochromatic Colors of #254B32
Black with #254B32
Text Example
Text Example
White with #254B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B32; }
p { color: rgb(37,75,50); }
H1.HeaderClassName
{
color: #254B32;
}
.AnyTagClassName
{
color: #254B32;
}
</style>
background-color css
<style>
a { background-color: #254B32; }
a { background-color: rgb(37,75,50); }
div.DivClassName
{
background-color: #254B32;
}
.BgClassName
{
background-color: #254B32;
}
</style>
border-color css
<style>
span { border-color: #254B32; }
span { border-color: rgb(37,75,50); }
td.TdClassName
{
border-color: #254B32;
}
.TagClassName
{
border-color: #254B32;
}
</style>