Html Css Color HEX #2C793C Japanese Laurel

📋 copy color: '#2C793C'

red 44 ◦ green 121 ◦ blue 60

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

Shades of Japanese Laurel #2C793C

Tints of Japanese Laurel #2C793C

RGB

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

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

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

R = 19.56%
G = 53.78%
B = 26.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#2C793C (or 0x2C793C) is known color: Japanese Laurel. HEX triplet: 2C, 79 and 3C. RGB value is (44,121,60). Sum of RGB (Red+Green+Blue) = 44+121+60=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #2C793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C793C is #D386C3. Grayscale: #5B5B5B. Windows color (decimal): -13862596 or 3963180. OLE color: 3963180.

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

Color convert

RGB 44 121 60 -
CMYK 0.64 0 0.50 0.53
HSL 132.47º 0.47% 0.32% -
HSV(B) 132.47º 0.64% 0.47% -
XYZ 8.69 14.54 6.62 -
YUV 91.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 44 121 60 0.64 0 0.50 0.53 132.47 0.47 0.32
Hex 2C 79 3C 40 0 32 35 84 2F 20
Octal 54 171 74 100 0 62 65 204 57 40
Binary 101100 1111001 111100 1000000 0 110010 110101 10000100 101111 100000

Color Harmonies of #2C793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C793C

Black with #2C793C

Text Example


Text Example

White with #2C793C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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