#2B7F39

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

Shades of Japanese Laurel #2B7F39

Tints of Japanese Laurel #2B7F39

Color information

#2B7F39 (or 0x2B7F39) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 7F and 39. RGB value is (43,127,57). Sum of RGB (Red+Green+Blue) = 43+127+57=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F39 is #D480C6. Grayscale: #5E5E5E. Windows color (decimal): -13926599 or 3768107. OLE color: 3768107.

HSL color Cylindrical-coordinate representation of color #2B7F39: hue angle of 130º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F39 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB4312757-
CMYK0.6600.550.50
HSL130º49.41%33.33%-
HSV(B)130º66.14%49.8%-
XYZ9.3215.996.47-
YUV93.9107.1791.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.94%
GREEN value IS 127 (50% from 255) = 55.95%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=18.94%
G=55.95%
B=25.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43127570.6600.550.5013049.4133.33
Hex2B7F394203732823121
Octal5317771102067622026141
Binary10101111111111110011000010011011111001010000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,127,57); }

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

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

 a { background-color: rgb(43,127,57); }

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

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

 span { border-color: rgb(43,127,57); }

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