Shades of Japanese Laurel #2B7F34
Tints of Japanese Laurel #2B7F34
RGB
CMYK
RGB Variations
Color information
#2B7F34 (or 0x2B7F34) is known color: Japanese Laurel. HEX triplet: 2B, 7F and 34. RGB value is (43,127,52). Sum of RGB (Red+Green+Blue) = 43+127+52=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F34 is #D480CB. Grayscale: #5D5D5D. Windows color (decimal): -13926604 or 3440427. OLE color: 3440427.
HSL color Cylindrical-coordinate representation of color #2B7F34: hue angle of 126.43º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F34 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 52 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.50 |
| HSL | 126.43º | 0.49% | 0.33% | - |
| HSV(B) | 126.43º | 0.66% | 0.5% | - |
| XYZ | 9.21 | 15.94 | 5.84 | - |
| YUV | 93.33 | 104.67 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 52 | 0.66 | 0 | 0.59 | 0.50 | 126.43 | 0.49 | 0.33 |
| Hex | 2B | 7F | 34 | 42 | 0 | 3B | 32 | 7E | 31 | 21 |
| Octal | 53 | 177 | 64 | 102 | 0 | 73 | 62 | 176 | 61 | 41 |
| Binary | 101011 | 1111111 | 110100 | 1000010 | 0 | 111011 | 110010 | 1111110 | 110001 | 100001 |
Color Harmonies of #2B7F34
Complementary color
Monochromatic Colors of #2B7F34
Black with #2B7F34
Text Example
Text Example
White with #2B7F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F34; }
p { color: rgb(43,127,52); }
H1.HeaderClassName
{
color: #2B7F34;
}
.AnyTagClassName
{
color: #2B7F34;
}
</style>
background-color css
<style>
a { background-color: #2B7F34; }
a { background-color: rgb(43,127,52); }
div.DivClassName
{
background-color: #2B7F34;
}
.BgClassName
{
background-color: #2B7F34;
}
</style>
border-color css
<style>
span { border-color: #2B7F34; }
span { border-color: rgb(43,127,52); }
td.TdClassName
{
border-color: #2B7F34;
}
.TagClassName
{
border-color: #2B7F34;
}
</style>