Html Css Color HEX #2C793A Japanese Laurel

📋 copy color: '#2C793A'

red 44 ◦ green 121 ◦ blue 58

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

Shades of Japanese Laurel #2C793A

Tints of Japanese Laurel #2C793A

RGB

 RED value IS 44 (17.58% from 255) = 19.73%

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

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 19.73%
G = 54.26%
B = 26.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#2C793A (or 0x2C793A) is known color: Japanese Laurel. HEX triplet: 2C, 79 and 3A. RGB value is (44,121,58). Sum of RGB (Red+Green+Blue) = 44+121+58=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #2C793A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C793A is #D386C5. Grayscale: #5A5A5A. Windows color (decimal): -13862598 or 3832108. OLE color: 3832108.

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

Color convert

RGB 44 121 58 -
CMYK 0.64 0 0.52 0.53
HSL 130.91º 0.47% 0.32% -
HSV(B) 130.91º 0.64% 0.47% -
XYZ 8.64 14.52 6.35 -
YUV 90.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 44 121 58 0.64 0 0.52 0.53 130.91 0.47 0.32
Hex 2C 79 3A 40 0 34 35 83 2F 20
Octal 54 171 72 100 0 64 65 203 57 40
Binary 101100 1111001 111010 1000000 0 110100 110101 10000011 101111 100000

Color Harmonies of #2C793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C793A

Black with #2C793A

Text Example


Text Example

White with #2C793A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,121,58); }

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

background-color css

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

 a { background-color: rgb(44,121,58); }

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

border-color css

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

 span { border-color: rgb(44,121,58); }

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