Html Css Color HEX #2C793B Japanese Laurel

📋 copy color: '#2C793B'

red 44 ◦ green 121 ◦ blue 59

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

Shades of Japanese Laurel #2C793B

Tints of Japanese Laurel #2C793B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.34%

R = 19.64%
G = 54.02%
B = 26.34%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#2C793B (or 0x2C793B) is known color: Japanese Laurel. HEX triplet: 2C, 79 and 3B. RGB value is (44,121,59). Sum of RGB (Red+Green+Blue) = 44+121+59=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #2C793B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C793B is #D386C4. Grayscale: #5B5B5B. Windows color (decimal): -13862597 or 3897644. OLE color: 3897644.

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

Color convert

RGB 44 121 59 -
CMYK 0.64 0 0.51 0.53
HSL 131.69º 0.47% 0.32% -
HSV(B) 131.69º 0.64% 0.47% -
XYZ 8.67 14.53 6.48 -
YUV 90.91 109.99 94.54 -
System Red Green Blue C M Y K H S L
Decimal 44 121 59 0.64 0 0.51 0.53 131.69 0.47 0.32
Hex 2C 79 3B 40 0 33 35 84 2F 20
Octal 54 171 73 100 0 63 65 204 57 40
Binary 101100 1111001 111011 1000000 0 110011 110101 10000100 101111 100000

Color Harmonies of #2C793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C793B

Black with #2C793B

Text Example


Text Example

White with #2C793B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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