#2B913D

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

Shades of Japanese Laurel #2B913D

Tints of Japanese Laurel #2B913D

Color information

#2B913D (or 0x2B913D) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 91 and 3D. RGB value is (43,145,61). Sum of RGB (Red+Green+Blue) = 43+145+61=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #2B913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B913D is #D46EC2. Grayscale: #696969. Windows color (decimal): -13921987 or 4034859. OLE color: 4034859.

HSL color Cylindrical-coordinate representation of color #2B913D: hue angle of 130.59º 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 #2B913D is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB4314561-
CMYK0.7000.580.43
HSL130.59º54.26%36.86%-
HSV(B)130.59º70.34%56.86%-
XYZ11.9621.17.86-
YUV104.93103.2183.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 145 (57.03% from 255) = 58.23%
BLUE value IS 61 (24.22% from 255) = 24.50%
R=17.27%
G=58.23%
B=24.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43145610.7000.580.43130.5954.2636.86
Hex2B913D4603A2B833625
Octal5322175106072532036645
Binary101011100100011111011000110011101010101110000011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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