#2A8D39

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

Shades of Japanese Laurel #2A8D39

Tints of Japanese Laurel #2A8D39

Color information

#2A8D39 (or 0x2A8D39) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 8D and 39. RGB value is (42,141,57). Sum of RGB (Red+Green+Blue) = 42+141+57=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #2A8D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8D39 is #D572C6. Grayscale: #666666. Windows color (decimal): -13988551 or 3771690. OLE color: 3771690.

HSL color Cylindrical-coordinate representation of color #2A8D39: hue angle of 129.09º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8D39 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB4214157-
CMYK0.7000.600.45
HSL129.09º54.1%35.88%-
HSV(B)129.09º70.21%55.29%-
XYZ11.2219.847.11-
YUV101.82102.785.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 141 (55.47% from 255) = 58.75%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=17.5%
G=58.75%
B=23.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42141570.7000.600.45129.0954.135.88
Hex2A8D394603C2D813624
Octal5221571106074552016644
Binary101010100011011110011000110011110010110110000001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,141,57); }

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

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

 a { background-color: rgb(42,141,57); }

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

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

 span { border-color: rgb(42,141,57); }

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