#2B8734

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

Shades of Japanese Laurel #2B8734

Tints of Japanese Laurel #2B8734

Color information

#2B8734 (or 0x2B8734) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 87 and 34. RGB value is (43,135,52). Sum of RGB (Red+Green+Blue) = 43+135+52=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8734 is #D478CB. Grayscale: #626262. Windows color (decimal): -13924556 or 3442475. OLE color: 3442475.

HSL color Cylindrical-coordinate representation of color #2B8734: hue angle of 125.87º 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 #2B8734 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB4313552-
CMYK0.6800.610.47
HSL125.87º51.69%34.9%-
HSV(B)125.87º68.15%52.94%-
XYZ10.2818.096.2-
YUV98.03102.0288.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 135 (53.12% from 255) = 58.70%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=18.70%
G=58.70%
B=22.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43135520.6800.610.47125.8751.6934.9
Hex2B87344403D2F7e3423
Octal5320764104075571766443
Binary10101110000111110100100010001111011011111111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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