#2A8139

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

Shades of Japanese Laurel #2A8139

Tints of Japanese Laurel #2A8139

Color information

#2A8139 (or 0x2A8139) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 81 and 39. RGB value is (42,129,57). Sum of RGB (Red+Green+Blue) = 42+129+57=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #2A8139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8139 is #D57EC6. Grayscale: #5E5E5E. Windows color (decimal): -13991623 or 3768618. OLE color: 3768618.

HSL color Cylindrical-coordinate representation of color #2A8139: hue angle of 130.34º 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 #2A8139 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB4212957-
CMYK0.6700.560.49
HSL130.34º50.88%33.53%-
HSV(B)130.34º67.44%50.59%-
XYZ9.5416.496.55-
YUV94.78106.6890.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 129 (50.78% from 255) = 56.58%
BLUE value IS 57 (22.66% from 255) = 25%
R=18.42%
G=56.58%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42129570.6700.560.49130.3450.8833.53
Hex2A81394303831823322
Octal5220171103070612026342
Binary101010100000011110011000011011100011000110000010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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