#2A873A

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

Shades of Japanese Laurel #2A873A

Tints of Japanese Laurel #2A873A

Color information

#2A873A (or 0x2A873A) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 87 and 3A. RGB value is (42,135,58). Sum of RGB (Red+Green+Blue) = 42+135+58=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #2A873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A873A is #D578C5. Grayscale: #626262. Windows color (decimal): -13990086 or 3835690. OLE color: 3835690.

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

Color convert

RGB4213558-
CMYK0.6900.570.47
HSL130.32º52.54%34.71%-
HSV(B)130.32º68.89%52.94%-
XYZ10.3818.136.95-
YUV98.42105.1987.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 135 (53.12% from 255) = 57.45%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=17.87%
G=57.45%
B=24.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135580.6900.570.47130.3252.5434.71
Hex2A873A450392F823523
Octal5220772105071572026543
Binary101010100001111110101000101011100110111110000010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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