#2B772E

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

Shades of Japanese Laurel #2B772E

Tints of Japanese Laurel #2B772E

Color information

#2B772E (or 0x2B772E) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 77 and 2E. RGB value is (43,119,46). Sum of RGB (Red+Green+Blue) = 43+119+46=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #2B772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B772E is #D488D1. Grayscale: #585858. Windows color (decimal): -13928658 or 3045163. OLE color: 3045163.

HSL color Cylindrical-coordinate representation of color #2B772E: hue angle of 122.37º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B772E is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB4311946-
CMYK0.6400.610.53
HSL122.37º46.91%31.76%-
HSV(B)122.37º63.87%46.67%-
XYZ8.0913.94.84-
YUV87.95104.3295.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 119 (46.88% from 255) = 57.21%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=20.67%
G=57.21%
B=22.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43119460.6400.610.53122.3746.9131.76
Hex2B772E4003D357a2f20
Octal5316756100075651725740
Binary1010111110111101110100000001111011101011111010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,119,46); }

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

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

 a { background-color: rgb(43,119,46); }

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

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

 span { border-color: rgb(43,119,46); }

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