Shades of Kaitoke Green #1E502F
Tints of Kaitoke Green #1E502F
RGB
CMYK
RGB Variations
Color information
#1E502F (or 0x1E502F) is known color: Kaitoke Green. HEX triplet: 1E, 50 and 2F. RGB value is (30,80,47). Sum of RGB (Red+Green+Blue) = 30+80+47=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #1E502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E502F is #E1AFD0. Grayscale: #3D3D3D. Windows color (decimal): -14790609 or 3100702. OLE color: 3100702.
HSL color Cylindrical-coordinate representation of color #1E502F: hue angle of 140.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E502F is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 80 | 47 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.69 |
| HSL | 140.4º | 0.45% | 0.22% | - |
| HSV(B) | 140.4º | 0.63% | 0.31% | - |
| XYZ | 3.92 | 6.22 | 3.68 | - |
| YUV | 61.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 47 | 0.62 | 0 | 0.41 | 0.69 | 140.4 | 0.45 | 0.22 |
| Hex | 1E | 50 | 2F | 3E | 0 | 29 | 45 | 8C | 2D | 16 |
| Octal | 36 | 120 | 57 | 76 | 0 | 51 | 105 | 214 | 55 | 26 |
| Binary | 11110 | 1010000 | 101111 | 111110 | 0 | 101001 | 1000101 | 10001100 | 101101 | 10110 |
Color Harmonies of #1E502F
Complementary color
Monochromatic Colors of #1E502F
Black with #1E502F
Text Example
Text Example
White with #1E502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E502F; }
p { color: rgb(30,80,47); }
H1.HeaderClassName
{
color: #1E502F;
}
.AnyTagClassName
{
color: #1E502F;
}
</style>
background-color css
<style>
a { background-color: #1E502F; }
a { background-color: rgb(30,80,47); }
div.DivClassName
{
background-color: #1E502F;
}
.BgClassName
{
background-color: #1E502F;
}
</style>
border-color css
<style>
span { border-color: #1E502F; }
span { border-color: rgb(30,80,47); }
td.TdClassName
{
border-color: #1E502F;
}
.TagClassName
{
border-color: #1E502F;
}
</style>