#2B7321

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

Shades of Japanese Laurel #2B7321

Tints of Japanese Laurel #2B7321

Color information

#2B7321 (or 0x2B7321) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 73 and 21. RGB value is (43,115,33). Sum of RGB (Red+Green+Blue) = 43+115+33=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7321 is #D48CDE. Grayscale: #545454. Windows color (decimal): -13929695 or 2192171. OLE color: 2192171.

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

Color convert

RGB4311533-
CMYK0.6300.710.55
HSL112.68º55.41%29.02%-
HSV(B)112.68º71.3%45.1%-
XYZ7.412.883.54-
YUV84.1299.1598.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 115 (45.31% from 255) = 60.21%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=22.51%
G=60.21%
B=17.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43115330.6300.710.55112.6855.4129.02
Hex2B73213F0473771371d
Octal5316341770107671616735
Binary101011111001110000111111101000111110111111000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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