Shades of Kaitoke Green #1E4E2B
Tints of Kaitoke Green #1E4E2B
RGB
CMYK
RGB Variations
Color information
#1E4E2B (or 0x1E4E2B) is known color: Kaitoke Green. HEX triplet: 1E, 4E and 2B. RGB value is (30,78,43). Sum of RGB (Red+Green+Blue) = 30+78+43=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #1E4E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4E2B is #E1B1D4. Grayscale: #3B3B3B. Windows color (decimal): -14791125 or 2838046. OLE color: 2838046.
HSL color Cylindrical-coordinate representation of color #1E4E2B: hue angle of 136.25º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4E2B is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
RGB | 30 | 78 | 43 | - |
CMYK | 0.62 | 0 | 0.45 | 0.69 |
HSL | 136.25º | 0.44% | 0.21% | - |
HSV(B) | 136.25º | 0.62% | 0.31% | - |
XYZ | 3.7 | 5.9 | 3.23 | - |
YUV | 59.66 | 118.6 | 106.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 78 | 43 | 0.62 | 0 | 0.45 | 0.69 | 136.25 | 0.44 | 0.21 |
Hex | 1E | 4E | 2B | 3E | 0 | 2D | 45 | 88 | 2C | 15 |
Octal | 36 | 116 | 53 | 76 | 0 | 55 | 105 | 210 | 54 | 25 |
Binary | 11110 | 1001110 | 101011 | 111110 | 0 | 101101 | 1000101 | 10001000 | 101100 | 10101 |
Color Harmonies of #1E4E2B
Complementary color
Monochromatic Colors of #1E4E2B
Black with #1E4E2B
Text Example
Text Example
White with #1E4E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4E2B; }
p { color: rgb(30,78,43); }
H1.HeaderClassName
{
color: #1E4E2B;
}
.AnyTagClassName
{
color: #1E4E2B;
}
</style>
background-color css
<style>
a { background-color: #1E4E2B; }
a { background-color: rgb(30,78,43); }
div.DivClassName
{
background-color: #1E4E2B;
}
.BgClassName
{
background-color: #1E4E2B;
}
</style>
border-color css
<style>
span { border-color: #1E4E2B; }
span { border-color: rgb(30,78,43); }
td.TdClassName
{
border-color: #1E4E2B;
}
.TagClassName
{
border-color: #1E4E2B;
}
</style>