Shades of Japanese Laurel #248230
Tints of Japanese Laurel #248230
RGB
CMYK
RGB Variations
Color information
#248230 (or 0x248230) is known color: Japanese Laurel. HEX triplet: 24, 82 and 30. RGB value is (36,130,48). Sum of RGB (Red+Green+Blue) = 36+130+48=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #248230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248230 is #DB7DCF. Grayscale: #5C5C5C. Windows color (decimal): -14384592 or 3179044. OLE color: 3179044.
HSL color Cylindrical-coordinate representation of color #248230: hue angle of 127.66º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248230 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 48 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.49 |
| HSL | 127.66º | 0.57% | 0.33% | - |
| HSV(B) | 127.66º | 0.72% | 0.51% | - |
| XYZ | 9.24 | 16.55 | 5.5 | - |
| YUV | 92.55 | 102.86 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 48 | 0.72 | 0 | 0.63 | 0.49 | 127.66 | 0.57 | 0.33 |
| Hex | 24 | 82 | 30 | 48 | 0 | 3F | 31 | 80 | 39 | 21 |
| Octal | 44 | 202 | 60 | 110 | 0 | 77 | 61 | 200 | 71 | 41 |
| Binary | 100100 | 10000010 | 110000 | 1001000 | 0 | 111111 | 110001 | 10000000 | 111001 | 100001 |
Color Harmonies of #248230
Complementary color
Monochromatic Colors of #248230
Black with #248230
Text Example
Text Example
White with #248230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248230; }
p { color: rgb(36,130,48); }
H1.HeaderClassName
{
color: #248230;
}
.AnyTagClassName
{
color: #248230;
}
</style>
background-color css
<style>
a { background-color: #248230; }
a { background-color: rgb(36,130,48); }
div.DivClassName
{
background-color: #248230;
}
.BgClassName
{
background-color: #248230;
}
</style>
border-color css
<style>
span { border-color: #248230; }
span { border-color: rgb(36,130,48); }
td.TdClassName
{
border-color: #248230;
}
.TagClassName
{
border-color: #248230;
}
</style>