Shades of Kaitoke Green #255330
Tints of Kaitoke Green #255330
RGB
CMYK
RGB Variations
Color information
#255330 (or 0x255330) is known color: Kaitoke Green. HEX triplet: 25, 53 and 30. RGB value is (37,83,48). Sum of RGB (Red+Green+Blue) = 37+83+48=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #255330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255330 is #DAACCF. Grayscale: #414141. Windows color (decimal): -14331088 or 3167013. OLE color: 3167013.
HSL color Cylindrical-coordinate representation of color #255330: hue angle of 134.35º 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 #255330 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 48 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.67 |
| HSL | 134.35º | 0.38% | 0.24% | - |
| HSV(B) | 134.35º | 0.55% | 0.33% | - |
| XYZ | 4.39 | 6.79 | 3.88 | - |
| YUV | 65.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 48 | 0.55 | 0 | 0.42 | 0.67 | 134.35 | 0.38 | 0.24 |
| Hex | 25 | 53 | 30 | 37 | 0 | 2A | 43 | 86 | 26 | 18 |
| Octal | 45 | 123 | 60 | 67 | 0 | 52 | 103 | 206 | 46 | 30 |
| Binary | 100101 | 1010011 | 110000 | 110111 | 0 | 101010 | 1000011 | 10000110 | 100110 | 11000 |
Color Harmonies of #255330
Complementary color
Monochromatic Colors of #255330
Black with #255330
Text Example
Text Example
White with #255330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255330; }
p { color: rgb(37,83,48); }
H1.HeaderClassName
{
color: #255330;
}
.AnyTagClassName
{
color: #255330;
}
</style>
background-color css
<style>
a { background-color: #255330; }
a { background-color: rgb(37,83,48); }
div.DivClassName
{
background-color: #255330;
}
.BgClassName
{
background-color: #255330;
}
</style>
border-color css
<style>
span { border-color: #255330; }
span { border-color: rgb(37,83,48); }
td.TdClassName
{
border-color: #255330;
}
.TagClassName
{
border-color: #255330;
}
</style>