Html Css Color HEX #2A792E Japanese Laurel

📋 copy color: '#2A792E'

red 42 ◦ green 121 ◦ blue 46

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

Shades of Japanese Laurel #2A792E

Tints of Japanese Laurel #2A792E

RGB

 RED value IS 42 (16.8% from 255) = 20.1%

 GREEN value IS 121 (47.66% from 255) = 57.89%

 BLUE value IS 46 (18.36% from 255) = 22.01%

R = 20.1%
G = 57.89%
B = 22.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#2A792E (or 0x2A792E) is known color: Japanese Laurel. HEX triplet: 2A, 79 and 2E. RGB value is (42,121,46). Sum of RGB (Red+Green+Blue) = 42+121+46=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #2A792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A792E is #D586D1. Grayscale: #595959. Windows color (decimal): -13993682 or 3045674. OLE color: 3045674.

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

Color convert

RGB 42 121 46 -
CMYK 0.65 0 0.62 0.53
HSL 123.04º 0.48% 0.32% -
HSV(B) 123.04º 0.65% 0.47% -
XYZ 8.29 14.36 4.92 -
YUV 88.83 103.83 94.6 -
System Red Green Blue C M Y K H S L
Decimal 42 121 46 0.65 0 0.62 0.53 123.04 0.48 0.32
Hex 2A 79 2E 41 0 3E 35 7B 30 20
Octal 52 171 56 101 0 76 65 173 60 40
Binary 101010 1111001 101110 1000001 0 111110 110101 1111011 110000 100000

Color Harmonies of #2A792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A792E

Black with #2A792E

Text Example


Text Example

White with #2A792E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,121,46); }

 H1.HeaderClassName
 {
   color: #2A792E;
 }
 .AnyTagClassName
 {
   color: #2A792E;
 }
</style>

background-color css

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

 a { background-color: rgb(42,121,46); }

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

border-color css

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

 span { border-color: rgb(42,121,46); }

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