#2B7C32

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

Shades of Japanese Laurel #2B7C32

Tints of Japanese Laurel #2B7C32

Color information

#2B7C32 (or 0x2B7C32) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 7C and 32. RGB value is (43,124,50). Sum of RGB (Red+Green+Blue) = 43+124+50=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7C32 is #D483CD. Grayscale: #5B5B5B. Windows color (decimal): -13927374 or 3308587. OLE color: 3308587.

HSL color Cylindrical-coordinate representation of color #2B7C32: hue angle of 125.19º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7C32 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB4312450-
CMYK0.6500.600.51
HSL125.19º48.5%32.75%-
HSV(B)125.19º65.32%48.63%-
XYZ8.7815.165.48-
YUV91.34104.6693.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 124 (48.83% from 255) = 57.14%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=19.82%
G=57.14%
B=23.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43124500.6500.600.51125.1948.532.75
Hex2B7C324103C337d3121
Octal5317462101074631756141
Binary1010111111100110010100000101111001100111111101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,124,50); }

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

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

 a { background-color: rgb(43,124,50); }

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

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

 span { border-color: rgb(43,124,50); }

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