#2B773B

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

Shades of Japanese Laurel #2B773B

Tints of Japanese Laurel #2B773B

Color information

#2B773B (or 0x2B773B) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 77 and 3B. RGB value is (43,119,59). Sum of RGB (Red+Green+Blue) = 43+119+59=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #2B773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B773B is #D488C4. Grayscale: #595959. Windows color (decimal): -13928645 or 3897131. OLE color: 3897131.

HSL color Cylindrical-coordinate representation of color #2B773B: hue angle of 132.63º 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 #2B773B is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB4311959-
CMYK0.6400.500.53
HSL132.63º46.91%31.76%-
HSV(B)132.63º63.87%46.67%-
XYZ8.3814.026.4-
YUV89.44110.8294.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=19.46%
G=53.85%
B=26.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43119590.6400.500.53132.6346.9131.76
Hex2B773B4003235852f20
Octal5316773100062652055740
Binary10101111101111110111000000011001011010110000101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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