Html Css Color HEX #2C793F Japanese Laurel

📋 copy color: '#2C793F'

red 44 ◦ green 121 ◦ blue 63

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

Shades of Japanese Laurel #2C793F

Tints of Japanese Laurel #2C793F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.63%

R = 19.3%
G = 53.07%
B = 27.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#2C793F (or 0x2C793F) is known color: Japanese Laurel. HEX triplet: 2C, 79 and 3F. RGB value is (44,121,63). Sum of RGB (Red+Green+Blue) = 44+121+63=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #2C793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C793F is #D386C0. Grayscale: #5B5B5B. Windows color (decimal): -13862593 or 4159788. OLE color: 4159788.

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

Color convert

RGB 44 121 63 -
CMYK 0.64 0 0.48 0.53
HSL 134.81º 0.47% 0.32% -
HSV(B) 134.81º 0.64% 0.47% -
XYZ 8.77 14.57 7.05 -
YUV 91.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 44 121 63 0.64 0 0.48 0.53 134.81 0.47 0.32
Hex 2C 79 3F 40 0 30 35 87 2F 20
Octal 54 171 77 100 0 60 65 207 57 40
Binary 101100 1111001 111111 1000000 0 110000 110101 10000111 101111 100000

Color Harmonies of #2C793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C793F

Black with #2C793F

Text Example


Text Example

White with #2C793F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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