#2B863F

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

Shades of Japanese Laurel #2B863F

Tints of Japanese Laurel #2B863F

Color information

#2B863F (or 0x2B863F) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 86 and 3F. RGB value is (43,134,63). Sum of RGB (Red+Green+Blue) = 43+134+63=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #2B863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B863F is #D479C0. Grayscale: #626262. Windows color (decimal): -13924801 or 4163115. OLE color: 4163115.

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

Color convert

RGB4313463-
CMYK0.6800.530.47
HSL133.19º51.41%34.71%-
HSV(B)133.19º67.91%52.55%-
XYZ10.4217.927.61-
YUV98.7107.8588.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 134 (52.73% from 255) = 55.83%
BLUE value IS 63 (25% from 255) = 26.25%
R=17.92%
G=55.83%
B=26.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43134630.6800.530.47133.1951.4134.71
Hex2B863F440352F853323
Octal5320677104065572056343
Binary101011100001101111111000100011010110111110000101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,134,63); }

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

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

 a { background-color: rgb(43,134,63); }

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

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

 span { border-color: rgb(43,134,63); }

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