Html Css Color HEX #2C763C Japanese Laurel

📋 copy color: '#2C763C'

red 44 ◦ green 118 ◦ blue 60

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

Shades of Japanese Laurel #2C763C

Tints of Japanese Laurel #2C763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.15%

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

R = 19.82%
G = 53.15%
B = 27.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#2C763C (or 0x2C763C) is known color: Japanese Laurel. HEX triplet: 2C, 76 and 3C. RGB value is (44,118,60). Sum of RGB (Red+Green+Blue) = 44+118+60=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #2C763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C763C is #D389C3. Grayscale: #595959. Windows color (decimal): -13863364 or 3962412. OLE color: 3962412.

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

Color convert

RGB 44 118 60 -
CMYK 0.63 0 0.49 0.54
HSL 132.97º 0.46% 0.32% -
HSV(B) 132.97º 0.63% 0.46% -
XYZ 8.33 13.82 6.5 -
YUV 89.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 44 118 60 0.63 0 0.49 0.54 132.97 0.46 0.32
Hex 2C 76 3C 3F 0 31 36 85 2E 20
Octal 54 166 74 77 0 61 66 205 56 40
Binary 101100 1110110 111100 111111 0 110001 110110 10000101 101110 100000

Color Harmonies of #2C763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C763C

Black with #2C763C

Text Example


Text Example

White with #2C763C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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