Html Css Color HEX #2A773A Japanese Laurel

📋 copy color: '#2A773A'

red 42 ◦ green 119 ◦ blue 58

#2A773A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #2A773A

Tints of Japanese Laurel #2A773A

RGB

 RED value IS 42 (16.8% 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 value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#2A773A (or 0x2A773A) is known color: 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

RGB 42 119 58 -
CMYK 0.65 0 0.51 0.53
HSL 132.47º 0.48% 0.32% -
HSV(B) 132.47º 0.65% 0.47% -
XYZ 8.32 13.99 6.27 -
YUV 89.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 42 119 58 0.65 0 0.51 0.53 132.47 0.48 0.32
Hex 2A 77 3A 41 0 33 35 84 30 20
Octal 52 167 72 101 0 63 65 204 60 40
Binary 101010 1110111 111010 1000001 0 110011 110101 10000100 110000 100000

Color Harmonies of #2A773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A773A

Black with #2A773A

Text Example


Text Example

White with #2A773A

Text Example


Text Example

HTML Codes & Css Web 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>