Shades of Kaitoke Green #264830
Tints of Kaitoke Green #264830
RGB
CMYK
RGB Variations
Color information
#264830 (or 0x264830) is known color: Kaitoke Green. HEX triplet: 26, 48 and 30. RGB value is (38,72,48). Sum of RGB (Red+Green+Blue) = 38+72+48=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #264830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264830 is #D9B7CF. Grayscale: #3B3B3B. Windows color (decimal): -14268368 or 3164198. OLE color: 3164198.
HSL color Cylindrical-coordinate representation of color #264830: hue angle of 137.65º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #264830 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 72 | 48 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.72 |
| HSL | 137.65º | 0.31% | 0.22% | - |
| HSV(B) | 137.65º | 0.47% | 0.28% | - |
| XYZ | 3.65 | 5.26 | 3.62 | - |
| YUV | 59.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 48 | 0.47 | 0 | 0.33 | 0.72 | 137.65 | 0.31 | 0.22 |
| Hex | 26 | 48 | 30 | 2F | 0 | 21 | 48 | 8A | 1F | 16 |
| Octal | 46 | 110 | 60 | 57 | 0 | 41 | 110 | 212 | 37 | 26 |
| Binary | 100110 | 1001000 | 110000 | 101111 | 0 | 100001 | 1001000 | 10001010 | 11111 | 10110 |
Color Harmonies of #264830
Complementary color
Monochromatic Colors of #264830
Black with #264830
Text Example
Text Example
White with #264830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264830; }
p { color: rgb(38,72,48); }
H1.HeaderClassName
{
color: #264830;
}
.AnyTagClassName
{
color: #264830;
}
</style>
background-color css
<style>
a { background-color: #264830; }
a { background-color: rgb(38,72,48); }
div.DivClassName
{
background-color: #264830;
}
.BgClassName
{
background-color: #264830;
}
</style>
border-color css
<style>
span { border-color: #264830; }
span { border-color: rgb(38,72,48); }
td.TdClassName
{
border-color: #264830;
}
.TagClassName
{
border-color: #264830;
}
</style>