Html Css Color HEX #2C773B Japanese Laurel

📋 copy color: '#2C773B'

red 44 ◦ green 119 ◦ blue 59

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

Shades of Japanese Laurel #2C773B

Tints of Japanese Laurel #2C773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.6%

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

R = 19.82%
G = 53.6%
B = 26.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#2C773B (or 0x2C773B) is known color: Japanese Laurel. HEX triplet: 2C, 77 and 3B. RGB value is (44,119,59). Sum of RGB (Red+Green+Blue) = 44+119+59=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #2C773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C773B is #D388C4. Grayscale: #595959. Windows color (decimal): -13863109 or 3897132. OLE color: 3897132.

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

Color convert

RGB 44 119 59 -
CMYK 0.63 0 0.50 0.53
HSL 132º 0.46% 0.32% -
HSV(B) 132º 0.63% 0.47% -
XYZ 8.42 14.04 6.4 -
YUV 89.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 44 119 59 0.63 0 0.50 0.53 132 0.46 0.32
Hex 2C 77 3B 3F 0 32 35 84 2E 20
Octal 54 167 73 77 0 62 65 204 56 40
Binary 101100 1110111 111011 111111 0 110010 110101 10000100 101110 100000

Color Harmonies of #2C773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C773B

Black with #2C773B

Text Example


Text Example

White with #2C773B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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