#2B7123

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

Shades of Japanese Laurel #2B7123

Tints of Japanese Laurel #2B7123

Color information

#2B7123 (or 0x2B7123) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 71 and 23. RGB value is (43,113,35). Sum of RGB (Red+Green+Blue) = 43+113+35=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7123 is #D48EDC. Grayscale: #535353. Windows color (decimal): -13930205 or 2322731. OLE color: 2322731.

HSL color Cylindrical-coordinate representation of color #2B7123: hue angle of 113.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B7123 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB4311335-
CMYK0.6200.690.56
HSL113.85º52.7%29.02%-
HSV(B)113.85º69.03%44.31%-
XYZ7.212.453.61-
YUV83.18100.8199.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 113 (44.53% from 255) = 59.16%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=22.51%
G=59.16%
B=18.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113350.6200.690.56113.8552.729.02
Hex2B71233E0453872351d
Octal5316143760105701626535
Binary101011111000110001111111001000101111000111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,113,35); }

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

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

 a { background-color: rgb(43,113,35); }

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

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

 span { border-color: rgb(43,113,35); }

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