#2A8136

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

Shades of Japanese Laurel #2A8136

Tints of Japanese Laurel #2A8136

Color information

#2A8136 (or 0x2A8136) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 81 and 36. RGB value is (42,129,54). Sum of RGB (Red+Green+Blue) = 42+129+54=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #2A8136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8136 is #D57EC9. Grayscale: #5E5E5E. Windows color (decimal): -13991626 or 3572010. OLE color: 3572010.

HSL color Cylindrical-coordinate representation of color #2A8136: hue angle of 128.28º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A8136 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB4212954-
CMYK0.6700.580.49
HSL128.28º50.88%33.53%-
HSV(B)128.28º67.44%50.59%-
XYZ9.4716.466.17-
YUV94.44105.1890.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 129 (50.78% from 255) = 57.33%
BLUE value IS 54 (21.48% from 255) = 24%
R=18.67%
G=57.33%
B=24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42129540.6700.580.49128.2850.8833.53
Hex2A81364303A31803322
Octal5220166103072612006342
Binary101010100000011101101000011011101011000110000000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,129,54); }

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

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

 a { background-color: rgb(42,129,54); }

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

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

 span { border-color: rgb(42,129,54); }

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