#2A8837

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

Shades of Japanese Laurel #2A8837

Tints of Japanese Laurel #2A8837

Color information

#2A8837 (or 0x2A8837) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 88 and 37. RGB value is (42,136,55). Sum of RGB (Red+Green+Blue) = 42+136+55=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8837 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8837 is #D577C8. Grayscale: #626262. Windows color (decimal): -13989833 or 3639338. OLE color: 3639338.

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

Color convert

RGB4213655-
CMYK0.6900.600.47
HSL128.3º52.81%34.9%-
HSV(B)128.3º69.12%53.33%-
XYZ10.4518.386.61-
YUV98.66103.3687.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 136 (53.52% from 255) = 58.37%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=18.03%
G=58.37%
B=23.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42136550.6900.600.47128.352.8134.9
Hex2A88374503C2F803523
Octal5221067105074572006543
Binary101010100010001101111000101011110010111110000000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,136,55); }

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

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

 a { background-color: rgb(42,136,55); }

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

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

 span { border-color: rgb(42,136,55); }

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