#2A773A

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

Shades of Japanese Laurel #2A773A

Tints of Japanese Laurel #2A773A

Color information

#2A773A (or 0x2A773A) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 77 and 3A. RGB value is (42,119,58). Sum of RGB (Red+Green+Blue) = 42+119+58=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #2A773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A773A is #D588C5. Grayscale: #595959. Windows color (decimal): -13994182 or 3831594. OLE color: 3831594.

HSL color Cylindrical-coordinate representation of color #2A773A: hue angle of 132.47º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A773A is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB4211958-
CMYK0.6500.510.53
HSL132.47º47.83%31.57%-
HSV(B)132.47º64.71%46.67%-
XYZ8.3213.996.27-
YUV89.02110.4994.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 119 (46.88% from 255) = 54.34%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=19.18%
G=54.34%
B=26.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119580.6500.510.53132.4747.8331.57
Hex2A773A4103335843020
Octal5216772101063652046040
Binary10101011101111110101000001011001111010110000100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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