Html Css Color HEX #2A793C Japanese Laurel

📋 copy color: '#2A793C'

red 42 ◦ green 121 ◦ blue 60

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

Shades of Japanese Laurel #2A793C

Tints of Japanese Laurel #2A793C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 18.83%
G = 54.26%
B = 26.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#2A793C (or 0x2A793C) is known color: Japanese Laurel. HEX triplet: 2A, 79 and 3C. RGB value is (42,121,60). Sum of RGB (Red+Green+Blue) = 42+121+60=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #2A793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A793C is #D586C3. Grayscale: #5A5A5A. Windows color (decimal): -13993668 or 3963178. OLE color: 3963178.

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

Color convert

RGB 42 121 60 -
CMYK 0.65 0 0.50 0.53
HSL 133.67º 0.48% 0.32% -
HSV(B) 133.67º 0.65% 0.47% -
XYZ 8.61 14.49 6.62 -
YUV 90.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 42 121 60 0.65 0 0.50 0.53 133.67 0.48 0.32
Hex 2A 79 3C 41 0 32 35 86 30 20
Octal 52 171 74 101 0 62 65 206 60 40
Binary 101010 1111001 111100 1000001 0 110010 110101 10000110 110000 100000

Color Harmonies of #2A793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A793C

Black with #2A793C

Text Example


Text Example

White with #2A793C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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