Shades of Japanese Laurel #248133
Tints of Japanese Laurel #248133
RGB
CMYK
RGB Variations
Color information
#248133 (or 0x248133) is known color: Japanese Laurel. HEX triplet: 24, 81 and 33. RGB value is (36,129,51). Sum of RGB (Red+Green+Blue) = 36+129+51=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #248133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248133 is #DB7ECC. Grayscale: #5C5C5C. Windows color (decimal): -14384845 or 3375396. OLE color: 3375396.
HSL color Cylindrical-coordinate representation of color #248133: hue angle of 129.68º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248133 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 51 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.49 |
| HSL | 129.68º | 0.56% | 0.32% | - |
| HSV(B) | 129.68º | 0.72% | 0.51% | - |
| XYZ | 9.18 | 16.31 | 5.8 | - |
| YUV | 92.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 51 | 0.72 | 0 | 0.60 | 0.49 | 129.68 | 0.56 | 0.32 |
| Hex | 24 | 81 | 33 | 48 | 0 | 3C | 31 | 82 | 38 | 20 |
| Octal | 44 | 201 | 63 | 110 | 0 | 74 | 61 | 202 | 70 | 40 |
| Binary | 100100 | 10000001 | 110011 | 1001000 | 0 | 111100 | 110001 | 10000010 | 111000 | 100000 |
Color Harmonies of #248133
Complementary color
Monochromatic Colors of #248133
Black with #248133
Text Example
Text Example
White with #248133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248133; }
p { color: rgb(36,129,51); }
H1.HeaderClassName
{
color: #248133;
}
.AnyTagClassName
{
color: #248133;
}
</style>
background-color css
<style>
a { background-color: #248133; }
a { background-color: rgb(36,129,51); }
div.DivClassName
{
background-color: #248133;
}
.BgClassName
{
background-color: #248133;
}
</style>
border-color css
<style>
span { border-color: #248133; }
span { border-color: rgb(36,129,51); }
td.TdClassName
{
border-color: #248133;
}
.TagClassName
{
border-color: #248133;
}
</style>