#2B8437

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

Shades of Japanese Laurel #2B8437

Tints of Japanese Laurel #2B8437

Color information

#2B8437 (or 0x2B8437) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 84 and 37. RGB value is (43,132,55). Sum of RGB (Red+Green+Blue) = 43+132+55=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8437 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8437 is #D47BC8. Grayscale: #606060. Windows color (decimal): -13925321 or 3638315. OLE color: 3638315.

HSL color Cylindrical-coordinate representation of color #2B8437: hue angle of 128.09º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8437 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB4313255-
CMYK0.6700.580.48
HSL128.09º50.86%34.31%-
HSV(B)128.09º67.42%51.76%-
XYZ9.9417.296.43-
YUV96.61104.5189.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 132 (51.95% from 255) = 57.39%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=18.70%
G=57.39%
B=23.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43132550.6700.580.48128.0950.8634.31
Hex2B84374303A30803322
Octal5320467103072602006342
Binary101011100001001101111000011011101011000010000000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,132,55); }

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

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

 a { background-color: rgb(43,132,55); }

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

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

 span { border-color: rgb(43,132,55); }

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