#2B8130

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

Shades of Japanese Laurel #2B8130

Tints of Japanese Laurel #2B8130

Color information

#2B8130 (or 0x2B8130) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 81 and 30. RGB value is (43,129,48). Sum of RGB (Red+Green+Blue) = 43+129+48=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8130 is #D47ECF. Grayscale: #5E5E5E. Windows color (decimal): -13926096 or 3178795. OLE color: 3178795.

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

Color convert

RGB4312948-
CMYK0.6700.630.49
HSL123.49º50%33.73%-
HSV(B)123.49º66.67%50.59%-
XYZ9.3816.435.47-
YUV94.05102.0191.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 129 (50.78% from 255) = 58.64%
BLUE value IS 48 (19.14% from 255) = 21.82%
R=19.55%
G=58.64%
B=21.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43129480.6700.630.49123.495033.73
Hex2B81304303F317b3222
Octal5320160103077611736242
Binary10101110000001110000100001101111111100011111011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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