#2B7523

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

Shades of Japanese Laurel #2B7523

Tints of Japanese Laurel #2B7523

Color information

#2B7523 (or 0x2B7523) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 75 and 23. RGB value is (43,117,35). Sum of RGB (Red+Green+Blue) = 43+117+35=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7523 is #D48ADC. Grayscale: #555555. Windows color (decimal): -13929181 or 2323755. OLE color: 2323755.

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

Color convert

RGB4311735-
CMYK0.6300.700.54
HSL114.15º53.95%29.8%-
HSV(B)114.15º70.09%45.88%-
XYZ7.6613.363.76-
YUV85.5399.4897.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.05%
GREEN value IS 117 (46.09% from 255) = 60%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=22.05%
G=60%
B=17.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117350.6300.700.54114.1553.9529.8
Hex2B75233F0463672361e
Octal5316543770106661626636
Binary101011111010110001111111101000110110110111001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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