Shades of Japanese Laurel #237E2D
Tints of Japanese Laurel #237E2D
RGB
CMYK
RGB Variations
Color information
#237E2D (or 0x237E2D) is known color: Japanese Laurel. HEX triplet: 23, 7E and 2D. RGB value is (35,126,45). Sum of RGB (Red+Green+Blue) = 35+126+45=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 126 (49.61% from 255 or 61.17% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 126 - color contains mainly: green. Hex color #237E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237E2D is #DC81D2. Grayscale: #595959. Windows color (decimal): -14451155 or 2981411. OLE color: 2981411.
HSL color Cylindrical-coordinate representation of color #237E2D: hue angle of 126.59º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237E2D is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 126 | 45 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.51 |
| HSL | 126.59º | 0.57% | 0.32% | - |
| HSV(B) | 126.59º | 0.72% | 0.49% | - |
| XYZ | 8.63 | 15.47 | 5.01 | - |
| YUV | 89.56 | 102.85 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 45 | 0.72 | 0 | 0.64 | 0.51 | 126.59 | 0.57 | 0.32 |
| Hex | 23 | 7E | 2D | 48 | 0 | 40 | 33 | 7F | 39 | 20 |
| Octal | 43 | 176 | 55 | 110 | 0 | 100 | 63 | 177 | 71 | 40 |
| Binary | 100011 | 1111110 | 101101 | 1001000 | 0 | 1000000 | 110011 | 1111111 | 111001 | 100000 |
Color Harmonies of #237E2D
Complementary color
Monochromatic Colors of #237E2D
Black with #237E2D
Text Example
Text Example
White with #237E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237E2D; }
p { color: rgb(35,126,45); }
H1.HeaderClassName
{
color: #237E2D;
}
.AnyTagClassName
{
color: #237E2D;
}
</style>
background-color css
<style>
a { background-color: #237E2D; }
a { background-color: rgb(35,126,45); }
div.DivClassName
{
background-color: #237E2D;
}
.BgClassName
{
background-color: #237E2D;
}
</style>
border-color css
<style>
span { border-color: #237E2D; }
span { border-color: rgb(35,126,45); }
td.TdClassName
{
border-color: #237E2D;
}
.TagClassName
{
border-color: #237E2D;
}
</style>