#2B732A

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

Shades of Japanese Laurel #2B732A

Tints of Japanese Laurel #2B732A

Color information

#2B732A (or 0x2B732A) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 73 and 2A. RGB value is (43,115,42). Sum of RGB (Red+Green+Blue) = 43+115+42=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #2B732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B732A is #D48CD5. Grayscale: #555555. Windows color (decimal): -13929686 or 2781995. OLE color: 2781995.

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

Color convert

RGB4311542-
CMYK0.6300.630.55
HSL119.18º46.5%30.78%-
HSV(B)119.18º63.48%45.1%-
XYZ7.5412.944.29-
YUV85.15103.6597.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 115 (45.31% from 255) = 57.5%
BLUE value IS 42 (16.80% from 255) = 21%
R=21.5%
G=57.5%
B=21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43115420.6300.630.55119.1846.530.78
Hex2B732A3F03F37772e1f
Octal531635277077671675637
Binary10101111100111010101111110111111110111111011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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