#2A8439

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

Shades of Japanese Laurel #2A8439

Tints of Japanese Laurel #2A8439

Color information

#2A8439 (or 0x2A8439) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 84 and 39. RGB value is (42,132,57). Sum of RGB (Red+Green+Blue) = 42+132+57=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8439 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8439 is #D57BC6. Grayscale: #606060. Windows color (decimal): -13990855 or 3769386. OLE color: 3769386.

HSL color Cylindrical-coordinate representation of color #2A8439: hue angle of 130º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8439 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB4213257-
CMYK0.6800.570.48
HSL130º51.72%34.12%-
HSV(B)130º68.18%51.76%-
XYZ9.9417.296.68-
YUV96.54105.6889.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 132 (51.95% from 255) = 57.14%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=18.18%
G=57.14%
B=24.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42132570.6800.570.4813051.7234.12
Hex2A84394403930823422
Octal5220471104071602026442
Binary101010100001001110011000100011100111000010000010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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