Html Css Color HEX #2C763A Japanese Laurel

📋 copy color: '#2C763A'

red 44 ◦ green 118 ◦ blue 58

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

Shades of Japanese Laurel #2C763A

Tints of Japanese Laurel #2C763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.36%

R = 20%
G = 53.64%
B = 26.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#2C763A (or 0x2C763A) is known color: Japanese Laurel. HEX triplet: 2C, 76 and 3A. RGB value is (44,118,58). Sum of RGB (Red+Green+Blue) = 44+118+58=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #2C763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C763A is #D389C5. Grayscale: #595959. Windows color (decimal): -13863366 or 3831340. OLE color: 3831340.

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

Color convert

RGB 44 118 58 -
CMYK 0.63 0 0.51 0.54
HSL 131.35º 0.46% 0.32% -
HSV(B) 131.35º 0.63% 0.46% -
XYZ 8.28 13.8 6.23 -
YUV 89.03 110.48 95.88 -
System Red Green Blue C M Y K H S L
Decimal 44 118 58 0.63 0 0.51 0.54 131.35 0.46 0.32
Hex 2C 76 3A 3F 0 33 36 83 2E 20
Octal 54 166 72 77 0 63 66 203 56 40
Binary 101100 1110110 111010 111111 0 110011 110110 10000011 101110 100000

Color Harmonies of #2C763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C763A

Black with #2C763A

Text Example


Text Example

White with #2C763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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