Shades of Kaitoke Green #224B30
Tints of Kaitoke Green #224B30
RGB
CMYK
RGB Variations
Color information
#224B30 (or 0x224B30) is known color: Kaitoke Green. HEX triplet: 22, 4B and 30. RGB value is (34,75,48). Sum of RGB (Red+Green+Blue) = 34+75+48=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #224B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B30 is #DDB4CF. Grayscale: #3B3B3B. Windows color (decimal): -14529744 or 3164962. OLE color: 3164962.
HSL color Cylindrical-coordinate representation of color #224B30: hue angle of 140.49º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B30 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 48 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.71 |
| HSL | 140.49º | 0.38% | 0.21% | - |
| HSV(B) | 140.49º | 0.55% | 0.29% | - |
| XYZ | 3.71 | 5.59 | 3.68 | - |
| YUV | 59.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 48 | 0.55 | 0 | 0.36 | 0.71 | 140.49 | 0.38 | 0.21 |
| Hex | 22 | 4B | 30 | 37 | 0 | 24 | 47 | 8C | 26 | 15 |
| Octal | 42 | 113 | 60 | 67 | 0 | 44 | 107 | 214 | 46 | 25 |
| Binary | 100010 | 1001011 | 110000 | 110111 | 0 | 100100 | 1000111 | 10001100 | 100110 | 10101 |
Color Harmonies of #224B30
Complementary color
Monochromatic Colors of #224B30
Black with #224B30
Text Example
Text Example
White with #224B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B30; }
p { color: rgb(34,75,48); }
H1.HeaderClassName
{
color: #224B30;
}
.AnyTagClassName
{
color: #224B30;
}
</style>
background-color css
<style>
a { background-color: #224B30; }
a { background-color: rgb(34,75,48); }
div.DivClassName
{
background-color: #224B30;
}
.BgClassName
{
background-color: #224B30;
}
</style>
border-color css
<style>
span { border-color: #224B30; }
span { border-color: rgb(34,75,48); }
td.TdClassName
{
border-color: #224B30;
}
.TagClassName
{
border-color: #224B30;
}
</style>