#2B7326

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

Shades of Japanese Laurel #2B7326

Tints of Japanese Laurel #2B7326

Color information

#2B7326 (or 0x2B7326) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 73 and 26. RGB value is (43,115,38). Sum of RGB (Red+Green+Blue) = 43+115+38=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7326 is #D48CD9. Grayscale: #545454. Windows color (decimal): -13929690 or 2519851. OLE color: 2519851.

HSL color Cylindrical-coordinate representation of color #2B7326: hue angle of 116.1º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B7326 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB4311538-
CMYK0.6300.670.55
HSL116.1º50.33%30%-
HSV(B)116.1º66.96%45.1%-
XYZ7.4812.913.93-
YUV84.69101.6598.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.94%
GREEN value IS 115 (45.31% from 255) = 58.67%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=21.94%
G=58.67%
B=19.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43115380.6300.670.55116.150.3330
Hex2B73263F0433774321e
Octal5316346770103671646236
Binary101011111001110011011111101000011110111111010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,115,38); }

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

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

 a { background-color: rgb(43,115,38); }

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

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

 span { border-color: rgb(43,115,38); }

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