#2A873F

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

Shades of Japanese Laurel #2A873F

Tints of Japanese Laurel #2A873F

Color information

#2A873F (or 0x2A873F) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 87 and 3F. RGB value is (42,135,63). Sum of RGB (Red+Green+Blue) = 42+135+63=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #2A873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A873F is #D578C0. Grayscale: #636363. Windows color (decimal): -13990081 or 4163370. OLE color: 4163370.

HSL color Cylindrical-coordinate representation of color #2A873F: hue angle of 133.55º 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 #2A873F is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB4213563-
CMYK0.6900.530.47
HSL133.55º52.54%34.71%-
HSV(B)133.55º68.89%52.94%-
XYZ10.5218.187.66-
YUV98.98107.6987.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 135 (53.12% from 255) = 56.25%
BLUE value IS 63 (25% from 255) = 26.25%
R=17.5%
G=56.25%
B=26.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135630.6900.530.47133.5552.5434.71
Hex2A873F450352F863523
Octal5220777105065572066543
Binary101010100001111111111000101011010110111110000110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,135,63); }

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

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

 a { background-color: rgb(42,135,63); }

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

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

 span { border-color: rgb(42,135,63); }

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