#2B7836

Color #2B7836 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2B7836

Tints of Japanese Laurel #2B7836

Color information

#2B7836 (or 0x2B7836) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 78 and 36. RGB value is (43,120,54). Sum of RGB (Red+Green+Blue) = 43+120+54=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7836 is #D487C9. Grayscale: #595959. Windows color (decimal): -13928394 or 3569707. OLE color: 3569707.

HSL color Cylindrical-coordinate representation of color #2B7836: hue angle of 128.57º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7836 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB4312054-
CMYK0.6400.550.53
HSL128.57º47.24%31.96%-
HSV(B)128.57º64.17%47.06%-
XYZ8.3814.215.79-
YUV89.45107.9994.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=19.82%
G=55.30%
B=24.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43120540.6400.550.53128.5747.2431.96
Hex2B78364003735812f20
Octal5317066100067652015740
Binary10101111110001101101000000011011111010110000001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B7836; }

 p { color: rgb(43,120,54); }

 H1.HeaderClassName
 {
   color: #2B7836;
 }
 .AnyTagClassName
 {
   color: #2B7836;
 }
</style>
background-color css

<style>
 a { background-color: #2B7836; }

 a { background-color: rgb(43,120,54); }

 div.DivClassName
 {
   background-color: #2B7836;
 }
 .BgClassName
 {
   background-color: #2B7836;
 }
</style>
border-color css

<style>
 span { border-color: #2B7836; }

 span { border-color: rgb(43,120,54); }

 td.TdClassName
 {
   border-color: #2B7836;
 }
 .TagClassName
 {
   border-color: #2B7836;
 }
</style>