#2B8836

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

Shades of Japanese Laurel #2B8836

Tints of Japanese Laurel #2B8836

Color information

#2B8836 (or 0x2B8836) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 88 and 36. RGB value is (43,136,54). Sum of RGB (Red+Green+Blue) = 43+136+54=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8836 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8836 is #D477C9. Grayscale: #636363. Windows color (decimal): -13924298 or 3573803. OLE color: 3573803.

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

Color convert

RGB4313654-
CMYK0.6800.600.47
HSL127.1º51.96%35.1%-
HSV(B)127.1º68.38%53.33%-
XYZ10.4718.396.49-
YUV98.84102.6988.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.45%
GREEN value IS 136 (53.52% from 255) = 58.37%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=18.45%
G=58.37%
B=23.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43136540.6800.600.47127.151.9635.1
Hex2B88364403C2F7f3423
Octal5321066104074571776443
Binary10101110001000110110100010001111001011111111111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,136,54); }

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

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

 a { background-color: rgb(43,136,54); }

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

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

 span { border-color: rgb(43,136,54); }

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