Shades of Kaitoke Green #1E4C2D
Tints of Kaitoke Green #1E4C2D
RGB
CMYK
RGB Variations
Color information
#1E4C2D (or 0x1E4C2D) is known color: Kaitoke Green. HEX triplet: 1E, 4C and 2D. RGB value is (30,76,45). Sum of RGB (Red+Green+Blue) = 30+76+45=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #1E4C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4C2D is #E1B3D2. Grayscale: #3A3A3A. Windows color (decimal): -14791635 or 2968606. OLE color: 2968606.
HSL color Cylindrical-coordinate representation of color #1E4C2D: hue angle of 139.57º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E4C2D is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
RGB | 30 | 76 | 45 | - |
CMYK | 0.61 | 0 | 0.41 | 0.70 |
HSL | 139.57º | 0.43% | 0.21% | - |
HSV(B) | 139.57º | 0.61% | 0.3% | - |
XYZ | 3.59 | 5.63 | 3.38 | - |
YUV | 58.71 | 120.26 | 107.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 76 | 45 | 0.61 | 0 | 0.41 | 0.70 | 139.57 | 0.43 | 0.21 |
Hex | 1E | 4C | 2D | 3D | 0 | 29 | 46 | 8C | 2B | 15 |
Octal | 36 | 114 | 55 | 75 | 0 | 51 | 106 | 214 | 53 | 25 |
Binary | 11110 | 1001100 | 101101 | 111101 | 0 | 101001 | 1000110 | 10001100 | 101011 | 10101 |
Color Harmonies of #1E4C2D
Complementary color
Monochromatic Colors of #1E4C2D
Black with #1E4C2D
Text Example
Text Example
White with #1E4C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4C2D; }
p { color: rgb(30,76,45); }
H1.HeaderClassName
{
color: #1E4C2D;
}
.AnyTagClassName
{
color: #1E4C2D;
}
</style>
background-color css
<style>
a { background-color: #1E4C2D; }
a { background-color: rgb(30,76,45); }
div.DivClassName
{
background-color: #1E4C2D;
}
.BgClassName
{
background-color: #1E4C2D;
}
</style>
border-color css
<style>
span { border-color: #1E4C2D; }
span { border-color: rgb(30,76,45); }
td.TdClassName
{
border-color: #1E4C2D;
}
.TagClassName
{
border-color: #1E4C2D;
}
</style>