#2B843A

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

Shades of Japanese Laurel #2B843A

Tints of Japanese Laurel #2B843A

Color information

#2B843A (or 0x2B843A) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 84 and 3A. RGB value is (43,132,58). Sum of RGB (Red+Green+Blue) = 43+132+58=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #2B843A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B843A is #D47BC5. Grayscale: #616161. Windows color (decimal): -13925318 or 3834923. OLE color: 3834923.

HSL color Cylindrical-coordinate representation of color #2B843A: hue angle of 130.11º 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 #2B843A is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB4313258-
CMYK0.6700.560.48
HSL130.11º50.86%34.31%-
HSV(B)130.11º67.42%51.76%-
XYZ10.0117.326.82-
YUV96.95106.0189.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.45%
GREEN value IS 132 (51.95% from 255) = 56.65%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=18.45%
G=56.65%
B=24.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43132580.6700.560.48130.1150.8634.31
Hex2B843A4303830823322
Octal5320472103070602026342
Binary101011100001001110101000011011100011000010000010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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