#2B8133

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

Shades of Japanese Laurel #2B8133

Tints of Japanese Laurel #2B8133

Color information

#2B8133 (or 0x2B8133) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 81 and 33. RGB value is (43,129,51). Sum of RGB (Red+Green+Blue) = 43+129+51=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8133 is #D47ECC. Grayscale: #5E5E5E. Windows color (decimal): -13926093 or 3375403. OLE color: 3375403.

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

Color convert

RGB4312951-
CMYK0.6700.600.49
HSL125.58º50%33.73%-
HSV(B)125.58º66.67%50.59%-
XYZ9.4416.455.81-
YUV94.39103.5191.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=19.28%
G=57.85%
B=22.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43129510.6700.600.49125.585033.73
Hex2B81334303C317e3222
Octal5320163103074611766242
Binary10101110000001110011100001101111001100011111110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,129,51); }

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

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

 a { background-color: rgb(43,129,51); }

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

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

 span { border-color: rgb(43,129,51); }

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