#2B913E

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

Shades of Japanese Laurel #2B913E

Tints of Japanese Laurel #2B913E

Color information

#2B913E (or 0x2B913E) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 91 and 3E. RGB value is (43,145,62). Sum of RGB (Red+Green+Blue) = 43+145+62=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #2B913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B913E is #D46EC1. Grayscale: #696969. Windows color (decimal): -13921986 or 4100395. OLE color: 4100395.

HSL color Cylindrical-coordinate representation of color #2B913E: hue angle of 131.18º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B913E is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB4314562-
CMYK0.7000.570.43
HSL131.18º54.26%36.86%-
HSV(B)131.18º70.34%56.86%-
XYZ11.9921.118-
YUV105.04103.7183.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.2%
GREEN value IS 145 (57.03% from 255) = 58%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=17.2%
G=58%
B=24.8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43145620.7000.570.43131.1854.2636.86
Hex2B913E460392B833625
Octal5322176106071532036645
Binary101011100100011111101000110011100110101110000011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,145,62); }

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

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

 a { background-color: rgb(43,145,62); }

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

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

 span { border-color: rgb(43,145,62); }

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