#2B8B36

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

Shades of Japanese Laurel #2B8B36

Tints of Japanese Laurel #2B8B36

Color information

#2B8B36 (or 0x2B8B36) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 8B and 36. RGB value is (43,139,54). Sum of RGB (Red+Green+Blue) = 43+139+54=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 139 (54.69% from 255 or 58.90% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8B36 is #D474C9. Grayscale: #646464. Windows color (decimal): -13923530 or 3574571. OLE color: 3574571.

HSL color Cylindrical-coordinate representation of color #2B8B36: hue angle of 126.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B36 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB4313954-
CMYK0.6900.610.45
HSL126.88º52.75%35.69%-
HSV(B)126.88º69.06%54.51%-
XYZ10.8919.256.63-
YUV100.61101.786.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.22%
GREEN value IS 139 (54.69% from 255) = 58.90%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=18.22%
G=58.90%
B=22.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43139540.6900.610.45126.8852.7535.69
Hex2B8B364503D2D7f3524
Octal5321366105075551776544
Binary10101110001011110110100010101111011011011111111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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