#2b8731

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

Shades of Japanese Laurel #2B8731

Tints of Japanese Laurel #2B8731

Color information

#2B8731 (or 0x2B8731) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 87 and 31. RGB value is (43,135,49). Sum of RGB (Red+Green+Blue) = 43+135+49=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8731 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8731 is #D478CE. Grayscale: #616161. Windows color (decimal): -13924559 or 3245867. OLE color: 3245867.

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

Color convert

RGB4313549-
CMYK0.6800.640.47
HSL123.91º51.69%34.9%-
HSV(B)123.91º68.15%52.94%-
XYZ10.2118.065.85-
YUV97.69100.5288.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.94%
GREEN value IS 135 (53.12% from 255) = 59.47%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=18.94%
G=59.47%
B=21.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43135490.6800.640.47123.9151.6934.9
Hex2B8731440402F7c3423
Octal53207611040100571746443
Binary101011100001111100011000100010000001011111111100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b8731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,135,49); }

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

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

 a { background-color: rgb(43,135,49); }

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

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

 span { border-color: rgb(43,135,49); }

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